Quiz

Check your understanding of objects in JavaScript.

We'll cover the following...
Technical Quiz
1.

Choose the correct option:

A.

An object contains properties in the form of key-value pairs

B.

The value of a property can be a piece of information (number, string, etc) or a method

C.

console and Math are one of the JavaScript pre defined objects

D.

All of the above


1 / 5