Typescript -1 (22.10.28)

Typescript -2

Typescript -3

(test)변수에 타입 지정하기

Typescript -4

(test)if-else 조건에 맞는 return 출력하기

Typescript -5(타입 확정하기 Narrowing & Assertion)

(test)typeof 연산자 사용해보기

Typescript -6(type alias. 타입변수, readonly)

(test)type alias

Typescript -7(Literal types)

Typescript -8(함수와 method에 type alias 지정하는 법)

(test)변수에 타입 지정하기

Typescript -9(타입스크립트로 html 변경 및 주의점)

(test)index.html과 ts

(JS)class 키워드 알아보기

(JS)prototype 문법

Typescript -10(class 만들 때 타입지정 기능,default parameter)

(test)class 함수 타입지정

Typescript -11(object에 타입 지정하는 interface문법)