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.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.