#1 Introduction to typeScript

 Typescript is a static typing where we need to declare the type of each constant and such.

Setting Up the typeScript.

Installed nodeJs then in terminal ; npm i -g typescript.


Comments

Popular posts from this blog

#6 Objects (Fundamentals of TS)

#8 Union Type (Advanced Types)