2-1. Type이란?

Programming의 3단계

Untitled

Variable, Parameters, Functions and Types

중요한 점

2-2. 변수 선언하기 (JS Recap)

Untitled

Block and scopes

var vs. let

const

2-3 Basic Types (number, string, boolean, undefined, null)