Typescript in brief
Typescript is not understood by the browser but what the browser does understand is javascript.
So basically Ts is a superset of Js which wraps up Js thus providing extra functionality
like strict type checking. Converting Ts into js happens behind ...
devbhargev.hashnode.dev2 min read