I’ve officially moved into the TypeScript and Object-Oriented Programming (OOP) phase of my learning path. Day 21: TypeScript Introduction What TypeScript is: It is a strongly typed superset of ...
I studied Object-Oriented Programming (OOP) in JavaScript. Here are the main points: • A class acts as a blueprint for your objects. • The constructor () method runs automatically when you create a ...