#typescript
Read more stories on Hashnode
Articles with this tag
Take it from me, if you want to be a senior developer, one ingredient that would affect almost everything about you is how you write code that can...
Introduction Many times when writing TypeScript and annotating types, we may want a variable to be able to allow more than one type of value. For...
Introduction The behavior of TypeScript, what it permits and forbids depends on a very fundamental concept called the Type System. What is a "Type...