데이터타입, data types, let vs var, hoisting
변수 (variable)

let
block scope {}
var 단점

constants( const )

variable types

다른언어와 자바스크립트의 차이점

bigInt

string

null undefined 의 차이
symbol
Dynamic typing: dynamically typed language
primitive, object 차이점

Last updated