Code Ramp
Quiz por , criado more than 1 year ago

Quiz sobre Variables, criado por Code Ramp em 14-06-2018.

457
0
0
Code Ramp
Criado por Code Ramp aproximadamente 6 anos atrás
Fechar

Variables

Questão 1 de 5

1

Preencha o espaço em branco para completar o texto.

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

Explicação

Questão 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?

Selecione uma das seguintes:

  • "" (an empty string)

  • undefined

  • null

Explicação

Questão 3 de 5

1

Which of the below demonstrates good variable naming conventions?

Selecione uma ou mais das seguintes:

  • var #1bestnameever = "Bob";

  • var firstName = "Bob";

  • var first name = "Bob";

  • var n = "Bob";

Explicação

Questão 4 de 5

1

Selecione da lista do Menu para completar o texto.

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

Explicação

Questão 5 de 5

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação