통합
뉴스
블로그
웹문서
동영상
혹시
object without more
(으)로 찾으셨나요?
블로그
javascript var let const ref
// const also works on objects const MY_OBJECT = {'key': 'value'}; // Attempting to overwrite the
object
is executed
without
problem MY_OBJECT.key = 'otherValue'; // Use Object.freeze() to
make
object
immutable
blog.naver.com · 2019.10.09