class

Term side of the Card
Topic: Syntax
Unit title: class
Categories: Syntax, Keyword
Explanation side of the Card

Explanation: The keyword for defining a blueprint for creating objects in JavaScript. It encapsulates properties and methods into a single construct, facilitating the creation of multiple objects with the same structure and behavior.

Browser compatibility:
  • The chrome browser supports this feature starting from version 49
  • The edge browser supports this feature starting from version 13
  • The firefox browser supports this feature starting from version 45
  • The safari browser supports this feature starting from version 10.1
Availability: