Class
Last updated
Was this helpful?
Last updated
Was this helpful?
Classes in JS are built on but also have some syntax and semantics that are unique to classes.
Its nature is actually an object with prototypes chain
The contructor
can also be have return value, but must be in object format