Typescript 101
Typescript is a superset of Javascript, that adds new features and type-safety. Js is dynamically typed whereas Ts is statically Js fails during run time, ts fails during development
IDE SETUP
To ease the manual reload of the page each time we com...
paraskaushik.hashnode.dev2 min read