const

Term side of the Card
Topic: Syntax
Unit title: const
Categories: Syntax, Keyword
Explanation side of the Card

Explanation: The keyword used to declare a constant variable in JavaScript. The value of a `const` variable cannot be changed once it's assigned, making it useful for values that should remain constant throughout the program.

Browser compatibility:
  • The chrome browser supports this feature starting from version 21
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 36
  • The safari browser supports this feature starting from version 5.1
Availability: