1. Basics of Typescript - types | union | intersection
Difference Between Typescript and Javascript
Typescript is a superset of javascript with static types thats check at the compile time . TypeScript code must be compiled to JS using ‘tsc’.Type script used for large scalable and production applications...
typescript123.hashnode.dev5 min read