728x90
https://codingapple.com/course/typescript-crash-course/
본 블로그는 해당 타입스크립트 강의(코딩애플) 수강 후, 작성된 게시물입니다.
1. 기본적인 타입 지정
sting, number, boolean, null, undefined, bigint, [], {} 등등..
2. array 타입 지정
3. object 타입 지정
4. 다양한 타입 지정(Union Type)
5. Type alias
6. 함수에 타입지정 가능
7. array에 쓸 수 있는 tuple type
8. object에 타입지정할 속성이 많은 경우
9. class 타입 지정
728x90
'IT > TypeScript' 카테고리의 다른 글
[TypeScript] 타입 확정 Narrowing & Assertion (0) | 2022.09.22 |
---|---|
[TypeScript] 함수에 타입 지정 & void (0) | 2022.09.22 |
[TypeScript] TypeScript 타입 미지정 방법(union type, any, unknown) (0) | 2022.09.22 |
[TypeScript] TypeScript 기본타입(primitive types) (0) | 2022.09.21 |
[TypeScript] TypeScript란 & TypeScript 설치 (0) | 2022.06.28 |