An introduction to classes in TypeScript
Classes
As we all know classes are blueprints of some real world entity with some values and some methods to represent that entity. It promotes code re-usability and occupies not memory until we create an instance of a class.
I am assuming you know h...
siddhantsiddh15.hashnode.dev3 min read