Quiz: JavaScript Fundamentals
Take a short quiz to test your understanding of the fundamentals of JavaScript.
We'll cover the following...
1
(Select all that apply.) Which of the following statements about data values and objects in JavaScript are true?
A)
true is an object.
B)
A JS array is a JavaScript object.
C)
false is a data value.
D)
A JS function is a JavaScript object.
E)
1 is a data value.
F)
Infinity is an object.
Question 1 of 60 attempted
Ask