In JavaScript, objects created using object literal syntax are instances of ______.

  • Object
  • Function
  • Prototype
  • Class
In JavaScript, objects created using object literal syntax are instances of the Object constructor. This means they inherit properties and methods from the Object prototype.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *