JS

Objects in JavaScript - What does the Object

5.

What does the Object.prototype property represent in JavaScript?

It represents the prototype object for the Object constructor.

It represents the prototype object for all objects created using the Object constructor.

It represents the prototype object for all objects in JavaScript.

It represents the prototype object for the Array constructor.