TypeScript 101: Core Types
Let's Start
As we said in the introduction, Typescript is a Superset of JavaScript which means that it is still JavaScript but with static Types e other features.
Some of the features:
Types for free bug code and cleaner code,
Adds of Interfaces and ...
michele.hashnode.dev3 min read