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