
The Modern JavaScript Bootcamp (2019) - More on Variables
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you try to define a variable with the same name twice using 'let' in JavaScript?
JavaScript throws a syntax error.
The second variable is ignored.
The variable is overwritten without any error.
The program runs but with unexpected results.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid variable name in JavaScript?
1variable
variable$
variable#
variable!
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why can't a variable name start with a number in JavaScript?
It makes the code run slower.
It is reserved for special functions.
It is allowed, but not recommended.
It causes a syntax error.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which character is NOT allowed as the first character in a JavaScript variable name?
An exclamation mark (!)
A letter
An underscore (_)
A dollar sign ($)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a reserved keyword in JavaScript?
A word that is ignored by the compiler.
A word that is used for comments.
A word that has a special meaning in the language.
A word that can be used as a variable name.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a reserved keyword in JavaScript?
var
let
const
function
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you avoid using a reserved keyword as a variable name?
By adding a number at the end.
By using it in uppercase.
By using it in lowercase.
By slightly altering the keyword.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?