Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

const

Description

The const of Declarations for JS declares a block-scoped constant.

It cannot be redeclared or reassigned.

Syntax

const name1 = value1[, name2 = value2[, nameN = valueN]]

Examples

1 · Single

2 · Multiple

3 · Scope

let

var

European Computer Manufacturers Association (ECMA)

HomeMenu