JS: Class | JavaScript

JavaScript Class

A class is the blue-print of a real life object.

What is a Class

  • A Class is the template of particular real life objects
  • Class is the blue-print of some object(s)
  • Class defines the possible behaviours an object exhibits, called methods
  • Class defines the properties its objects