Quiz: Programming Basics
Test your knowledge of the programming basics in JavaScript.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(Select all that apply.) Which names are valid variable names in JavaScript?
A.
My-variable
B.
123variable
C.
_variable
D.
Variable!
E.
$variable
1 / 9
...