let num: number = 1;
let str: string = '1';

image (11).png

기본 타입(Basic Type) 정리

number(정수형) 타입

string(문자열) 타입

Literal(리터럴) 타입

boolean(불리언) 타입

Array(배열) 타입

Tuple(튜플) 타입

null & undefined 타입

Object(객체) 타입

Type Alias 타입

Index Signature 타입

enum(열거형) 타입

any 타입

unknown 타입

void 타입

Algebraic Type