#typescript
Read more stories on Hashnode
Articles with this tag
Introduction In this article, I will be talking about the generics in TypeScript, which is an important concept you need to know. If you know...
Introduction In this article, we will be talking about the union and intersection type in TypeScript. Furthermore, I will be talking about the...
Introduction In this article, I will be talking about the differences between type and interface in TypeScirpt. It is important to make use of either...
Introduction This article will be a tutorial/guide for those who want to know how to compile your TypeScript file into a JavaScript file. Moreover, I...
Introduction In this article, I will be covering what an optional parameter is, and talk a little bit about the difference between JavaScript and...
Learn basic types in TypeScript, and why you need to learn it. ยท Introduction In this article, I will be talking about the types in TypeScript. This is...