#programming-blogs
Read more stories on Hashnode
Articles with this tag
What is Object Oriented Programming? Object-oriented programming aims to implement real-world entities like objects. What are objects in OOP? · This...
A type guard is a technique in TypeScript that allows us to determine the type of a variable, usually inside a conditional block. How can you use it? ·...