Code Ramp
Test por , creado hace más de 1 año

Test sobre Variables, creado por Code Ramp el 14/06/2018.

457
0
0
Code Ramp
Creado por Code Ramp hace alrededor de 6 años
Cerrar

Variables

Pregunta 1 de 5

1

Rellena el espacio en blanco para completar el texto.

We think of variables as , they can contain a specific value.

Explicación

Pregunta 2 de 5

1

If we initiate a new variable but do not assign it a value yet (e.g. var myNewVariable;), what value would this variable contain?

Selecciona una de las siguientes respuestas posibles:

  • "" (an empty string)

  • undefined

  • null

Explicación

Pregunta 3 de 5

1

Which of the below demonstrates good variable naming conventions?

Selecciona una o más de las siguientes respuestas posibles:

  • var #1bestnameever = "Bob";

  • var firstName = "Bob";

  • var first name = "Bob";

  • var n = "Bob";

Explicación

Pregunta 4 de 5

1

Selecciona la opción correcta del menú desplegable para completar el texto.

We bind a value to a variable using the ( assignment, equals ) operator.

Explicación

Pregunta 5 de 5

1

After a variable has been assigned a value, it cannot be changed.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación