All you need to know about “Types” in Typescript

Typescript is a superset of Javascript equipped with static type. Typescript is becoming vastly popular web development language for different Javascript based frameworks and runtimes like React, Angular, Node.js to name a few. In this Article we are going to explore different data types that typescript offers.