Quiz

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

We'll cover the following...
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

Question 1 of 60 attempted