March 7

Typescript IT_House

1-dars | Typescript nima?

  • Typescript nima ?
  • JS va TS farqlari
  • TS compile

2-dars Typescript types

  • Premiteve and NON-Premitve
  • Veriables
  • strings types
  • number types
  • Operators in typescript

3-dars Loops

  • For | while | For in | do while

4-dars Types functions

  • Optional Parameters (Ixtiyoriy parametres)
  • Rest Parameters
  • Default Parameters

5-dars Array types || Tuples

  • Two type of array syntax
  • Array vs Tuple
  • Accessing Array Elements
  • Array narrowing
  • Array Loops
  • Array with objects

6-dars Union types

  • Union Type and Arrays
  • static union types

7-dars Interfaces types

  • Declaring Interfaces
  • Union Type and Interface
  • Interfaces and Arrays

8-dars classes types

  • Creating classes
  • Creating Instance objects
  • Accessing Attributes and Functions
  • Class Inheritance
  • Classes and Interfaces

9 - dars | Enum
— What is Enum?
— Numeric / string / heterogeneous Enums
— Const Enum and Pitfals

10 - dars | any, unknown, never
— What is any type?
— what is the unknown type?
— what is the never type?

11-dars Object types

13-dars Typescript and React js