
JavaScript Quiz III
Authored by Tshering Dorji
Information Technology (IT)
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is an operand in
4 + 5 ?
4
5
+
Both 4 and 5
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of: console.log(4 + "5");
9
45
NaN
Error
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Why does 10 - "3" work but
"10a" - 3 gives NaN?
JavaScript converts all strings to numbers automatically
"3" is numeric, but "10a" is not
Both should give a number
"10a" is treated as 0
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What’s the difference between == and ===?
Both check value and type
`==` checks only type
`==` checks value with type coercion; `===` checks value and type
`===` checks only value
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which operator would you use to check if a number is even?
%
**
/
++
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
If x = 10, what does
x += 5;
x *= 2;
result in?
30
25
20
50
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will this print? let x = 2; console.log(x++ + ++x);
4
5
6
7
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?