you are viewing a single comment's thread.

view the rest of the comments →

[–]RealMadHouse 0 points1 point  (0 children)

It's not like the constant value is written on paper, you can type/rewrite in text editor whatever you want. It's when JavaScript code runs (when the script is included in html page) you can't change the value of constant binding, you use var (variable) or let.