[코어 자바스크립트] 01. 데이터 타입
해당 포스팅은 책 "코어 자바스크립트" 를 기반으로 작성된 글 입니다.
데이터 타입의 종류
기본형(원시형, primitive type)
number(숫자), string(문자열), boolean(불리언), null, undefined, symbol(심볼, ES6)
참조형(reference type)
object(객체), array(배열), Map (ES6), WeakMap (ES6), Set (ES6), WeakSet (ES6)
메...
youngmin.hashnode.dev14 min read