Understanding Typescript
1) Definition:
Typescript is the Superset of Javascript.
It's just compiles the compiles it to plain Javascript. It adds static types to javascript for better tooling and error handling.
Typescript is a development tool, your project still runs in j...
alpit.hashnode.dev3 min read