Classes
Classes are a template for creating objects.
They encapsulate data with the code that works on that data.
Loading TypeScript...
Classes are functions
In JS a class is really just a special function
Classes are a template for creating objects.
They encapsulate data with the code that works on that data.
In JS a class is really just a special function