#typescript
Read more stories on Hashnode
Articles with this tag
Primitives are basic types available in TypeScript such as number string or boolean. We are using them very frequently defining our variables,...
Using TypeScript protect us from errors already on compilation stage. However there are cases when developers disable this protection by using any or...