통합
뉴스
블로그
웹문서
동영상
관련성순
최신순
블로그
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