An open API service indexing awesome lists of open source software.

https://github.com/rounak00/typescript-practice-selfstudy


https://github.com/rounak00/typescript-practice-selfstudy

backend beginner educational frontend typescript

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

#Introduction

- Description
* It is a succecor of JavaScript.

- Benefits
1. Static Typing : Data type of variables
2. Code Completion
3. Refactoring
4. Shorthand Notations

- Cons
1. Dscipline in code : We need to write more code here, You can't be a lazy programmer. :)
2. Compilation: ts -> compile -> js (Also Known as transpilation)

- SetUP Environment
> npm i -g typescript (For Mac or Linux: Sudo npm i -g typescript , bcz it ask for a permission)
> tsc -v (For checking version)