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
- Host: GitHub
- URL: https://github.com/rounak00/typescript-practice-selfstudy
- Owner: Rounak00
- Created: 2022-09-24T22:33:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T22:34:18.000Z (almost 4 years ago)
- Last Synced: 2025-07-03T05:02:38.216Z (12 months ago)
- Topics: backend, beginner, educational, frontend, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)