Quiz

This lesson covers multiple choice questions related to variables in JavaScript.

We'll cover the following...
Technical Quiz
1.

Choose a correct option:

A.

To give a value to a variable, we use the assignment operator =

B.

For number variables, the operator -- can increment their value by 1

C.

JavaScript is not a dynamically typed language.

D.

All of the above


1 / 6