Search Header Logo

Desafío de HTML, CSS Y JS

Authored by Alejandra Olazagasti

Instructional Technology

Professional Development

Used 3+ times

Desafío de HTML, CSS Y JS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué es una variable?

Es algo que no es constante y por ello es variable.

Es un tipo de dato de JS.

Es algo que varia o cambia un dato o un valor.

Es un espacio en la memorioa donde se almacena una referencia o un valor.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cómo accederías al elemento pera en el siguiente arreglo?
const array = ['manzana', 'pera', 'mango']

array[2]

array[1]

array[3]

array[0]

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿Cómo accederías a la propiedad gustos con valor de futbol del objeto en la imagen?


persona.gustos.deportes[1]


persona.gustos.deportes[0]

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué es una función en JS?


Conjunto de instrucciones que realizan una tarea o calculan un valor y pueden ser reutilizadas.

Conjunto de órdenes que sigue JS para recorrer array y objetos.


Es una llamada que ejecuta un funcionamiento.

Algo que funciona.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿Cómo convertirías el parámetro 'numero' de la siguiente función a un parámetro predeterminado con valor a 3?

numero => 3

numero: 3


numero = 3


numero = 1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es el resultado de la siguiente expresión: Math.floor(3.6)?

4

3

3.5

0

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuáles son los cinco tipos de bucles en JS?


map(), filter(), reduce(), some(), foreach()


if, elseif, switch, ifelse, else


while, dowhile, for, for in, for of

bucle normal, bucle infinito, bucle no infinito,

bucle asíncrono,

bucle no asíncrono

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?