JS

Objects in JavaScript - Constructor object in JS

28.

Which of the following statements about constructor functions in JavaScript is true?

Constructor functions are used to create objects with specific properties and behavior.

Constructor functions are invoked with the 'create' keyword to return a new object.

Constructor functions can only be used to modify the existing properties of an object.

Constructor functions do not have the ability to define methods for objects.