[Typescript OOP 2/3] Using "this"
this
is perhaps the most used keyword in Object Oriented Programming (OOP) model. You see, this model is based on the premise that each and everything we do on our code can be classified as objects having custom properties of their own. In fact, even...
harshankur.hashnode.dev7 min read