JavaScript With Syntax For Types.

<aside> 💡 It's a development tool. Your project still runs JS

</aside>

Install Typescript → Globally

npm install -g typescript

Get Typescript Version

tsc -v

To convert TS Code to JS

tsc fileName

Types

  1. Number
  2. String
  3. Boolean
  4. Null
  5. Undefined
  6. Void