Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

문서 태그: constants

1개 문서를 찾았습니다

  • Web/JavaScript/Reference/Statements/const const 선언 은 값에 읽기 전용 참조를 생성합니다. 담긴 값이 불변임을 뜻하는 게 아닙니다 , 단지 그 변수 식별자는 재할당될 수 없습니다.