[S6] 배열 타입
https://github.com/OneMoreBottlee/TypeScript-Master/tree/main/S6
배열 대괄호 앞에 어떤 타입인지 밝혀야함
또 다른 배열 타입 선언 방법
커스텀 타입으로 배열 타입을 선언할 수 있음
다차원 배열
다차원 배열의 타입도 선언할 수 있다.
대괄호를 중복하는게 포인트
Last updated
Was this helpful?
https://github.com/OneMoreBottlee/TypeScript-Master/tree/main/S6
배열 대괄호 앞에 어떤 타입인지 밝혀야함
또 다른 배열 타입 선언 방법
커스텀 타입으로 배열 타입을 선언할 수 있음
다차원 배열의 타입도 선언할 수 있다.
대괄호를 중복하는게 포인트
Last updated
Was this helpful?