Are you sure you're getting this? Is this statement true or false?
Is the following code snippet a valid way to declare a variable in JavaScript?
JAVASCRIPT
1var 12num = 12;
Press true if you believe the statement is correct, or false otherwise.
Is the following code snippet a valid way to declare a variable in JavaScript?
1var 12num = 12;
Press true if you believe the statement is correct, or false otherwise.