TypeScript in just 10 minutes
What is TypeScript ?
Typescript is strongly typed language like C++ , Java , Go.
Benefits of the strongly typed langauge
Lesser runtime errors
Stricter codebase
Easy to catch errors at compile time
How to install and run TypeScript language
R...
devupdates.hashnode.dev2 min read