개발일지

ES6의 문법정리(2)-const

서재원 • • javascript

상수를 구현하는 const 키워드

const 키워드를 사용하면 상수를 선언할 수 있습니다.
한번 초기화되면 다시 대입할 수 없지만, 객체의 경우 수정할 수 있습니다.

See the Pen 상수를 만드는 const키워드 by cinos (@shoveller) on CodePen.

comments powered by Disqus