Introduction to Typescript for Javascript Programmers
TypeScript stands in an unusual relationship to JavaScript. TypeScript offers all of JavaScript’s features and an additional layer on top of these: TypeScript’s type system.
This means that your existing working JavaScript code is also TypeScript cod...
lakshyasatpal.hashnode.dev4 min read