Constants

introduction to Javascript constants; potential errors, such as the temporal dead zone

Declarations with const are block scoped, they have to be initialized, and their value cannot be changed after initialization.

Get hands-on with 1400+ tech skills courses.