JavaScript의 원시(primitive) 타입인 number, boolean, string 등이 불변(immutable) 이고,
객체(ojbects) 타입인 array, object 등은 가변(mutable)
'JavaScript' 카테고리의 다른 글
JS Runtime Environment (0) | 2021.05.18 |
---|---|
프로세스,스레드 (0) | 2021.05.18 |
Scope (0) | 2021.05.14 |
prototype (0) | 2021.05.13 |
이벤트 버블링, 이벤트 위임 (0) | 2021.05.07 |