[S3] 타입 애너테이션 기초
https://github.com/OneMoreBottlee/TypeScript-Master/tree/main/S3
// let myVar: type = value
const myAwesomeVariable: string = 'So Awesome!'String
Number
Booleans
컴파일링
타입 추론 Inference
Any
타입 에너테이션이 필요하거나 유용한 경우
Last updated