const
Defination
Constants are block-scoped, much like variables defined using the let statement. The value of a constant cannot change through re-assignment, and it can't be redeclared.
Syntax
Examples
Usage
References
Last updated