TypeScript Quick Start Guide

This article will show you how to quickly get up and running with TypeScript, and we will discuss the pros and cons of using TS. TypeScript is a superset of JavaScript and the TC39 standard. With TS, We are able to define both simple and complex static types for the variables in our code.

Source: TypeScript Quick Start Guide – gitconnected.com | Level Up Your Coding