Which statement about JavaScript classes is correct?

JavaScript Associate Easy

JavaScript Associate — Easy

Which statement about JavaScript classes is correct?

Key points

  • Classes do not alter the underlying prototype chain
  • They provide a more concise syntax for object creation
  • Prototype-based inheritance remains the foundation
  • Classes can extend built-in objects

Ready to go further?

Related questions