/typescript-playground

타입스크립트 연습장🌈

Primary LanguageTypeScript

TypeScript-playground

강의

DreamCodging의 typescript 강의 학습 내용 정리
https://academy.dream-coding.com/courses/typescript

학습 내용

Types

  • basic Type
  • assertions Type
  • function Type
  • array Type
  • aliases Type
  • union Type
  • discriminated Type
  • intersection Type
  • enum Type
  • inference Type

Examples

  • calculator
  • moveGame
  • Loading

OOP

  • without-oop
  • class
  • encapsulation
  • abstraction
  • inheritance
  • polymorphism
  • composition

Generic

  • function
  • class
  • constrains