#typescript
Read more stories on Hashnode
Articles with this tag
Object-oriented programming (OOP) is a popular paradigm that encourages modular, reusable, and maintainable code. Two fundamental concepts within OOP...
TypeScript is a statically typed language that builds on JavaScript by adding optional types to the language. Interfaces and types are two essential...