Diagnóstico Node.js

Diagnóstico Node.js

Professional Development

10 Qs

quiz-placeholder

Similar activities

Test JS

Test JS

Professional Development

15 Qs

TABLAS DINAMICAS

TABLAS DINAMICAS

Professional Development

10 Qs

Funciones - JS

Funciones - JS

Professional Development

10 Qs

¡Frontend check!

¡Frontend check!

Professional Development

10 Qs

Informatica7_2P

Informatica7_2P

Professional Development

11 Qs

Repaso 1ro. Básico (2)

Repaso 1ro. Básico (2)

Professional Development

10 Qs

INTELIGENCIA ARTIFICIAL

INTELIGENCIA ARTIFICIAL

Professional Development

9 Qs

excel Basico

excel Basico

Professional Development

10 Qs

Diagnóstico Node.js

Diagnóstico Node.js

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Erandi García

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la diferencia entre var, const y let?

Ninguna, es una manera moderna de crear variables.

var permite utilizar la variable dentro de la función más cercana, let y const permite utilizar la variable dentro de las llaves más cercanas.

var permite crear variables globales, let y const permite crear variables locales.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuáles son los tipos de datos primitivos de Javascript?

integer, string, boolean, function, array

string, object, null, boolean, symbol, function, number

symbol, number, string, boolean, null, undefined

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuáles son los valores falsos al aplicar un operador lógico?

false, null, undefined

{ }, [ ], false, null, undefined, -1

NaN, null, undefined, "", 0, false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Las funciones permiten recibir como parámetro funciones y regresar funciones

Verdadero

Falso

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué es el contexto (this) de una función?

Es un objeto global que tiene la referencia de variables y funciones de todo el código.

Es un objeto que hace referencia al objeto más grande que contiene a la función invocada.

Es un objeto que hace referencia al objeto que invoca la función.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es posible crear objetos utilizando funciones en vez de clases

Verdadero

Falso

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Para qué sirve el destructuring?

Permite eliminar variables para liberar memoria.

Permite extraer variables de las propiedades de un objeto.

Permite eliminar propiedades de un objeto.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?