Const <variable> = <expression>
Assigns the value of an expression to a constant variable.
Constants are non‐modifiable. This allows a programmer to prevent unwanted modifications to variables that for some reason should not be changed.
Example:
const x = 2.0E+3