Quiz: JavaScript Fundamentals

Take a short quiz to test your understanding of the fundamentals of JavaScript.

We'll cover the following...
Technical Quiz
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.


1 / 6