What is TypeScript. Its Installation and Features

Typescript is a superset to JavaScript. It offers more feature than JavaScript like Classes Interface Strong Typing and many more Vanilla JavaScript has dynamic typing. Typescript does not run in the browser, So it is compiled to JavaScript in the end. Installation To install TypeScript locally you first need to install NodeJS in your PC. … Read more