TypeScript
Git Repo
Fore more info click here
Theory
- What is typescript
- Disadvantages
- Statically typed language
- Compiling project
- tcs index.ts
- setting type
- let age: number 20
- Types
- implicit types an explicit types
- any type
- You will lose type case (It's not recommend to use any)
- unknown
- never
- enum
- Tuple
- Objects
- Readyone
- Method
- Specitif valus
- Return type
- Type alias
- Union type
- Type intersection
- Literal types
- Nullalbe type
- Optione property, element, call
- Interface
- Reopening interface
- Inheritance
- Class
- Modifiers
- Getters and setters
- Abstand class
- Overrifdienr
- Diff b/w class and abstand class
- Generics