Quiz

Test your understanding of object-oriented programming in JavaScript.

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

Choose the correct option:

A.

A JavaScript class can contain methods and properties

B.

Objects are created from a class with the new operator

C.

JavaScript’s OOP model is not based on prototypes

D.

All of the above


1 / 4