| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Errors/Missing_initializer_in_const | [Back] [Original] |
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
SyntaxError: Const must be initalized (Edge)
SyntaxError: missing = in const declaration (Firefox)
SyntaxError: Missing initializer in const declaration (Chrome)
SyntaxError
. . JavaScript const . . , ( ).
var let , const .
const COLUMNS;
// SyntaxError: missing = in const declaration
. .
.
const COLUMNS = 80;
const, let, var? const . let , var . .
let columns;
This page was last modified on 2023 10 25 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |