TypeScript Tutorial for beginners - Getting started with TypeScript
TypeScript is an open-source programming language, developed and maintained by Microsoft, and hosted in GitHub. TypeScript is a superset of JavaScript and can be used to develop JavaScript applications for both client-side and server-side. Here's a list of articles that I published part of this
- Installation Steps
- Building your first HelloWorld application
- What is tsconfig.json configuration file?
- How to declare variables in TypeScript?
- What are the basic data types in TypeScript?
- How to define a class in TypeScript?
- How to inherit a class in TypeScript?
- How to define an Interface in TypeScript?