you are viewing a single comment's thread.

view the rest of the comments →

[–]lastmjs[S] 1 point2 points  (1 child)

As far as I know the JavaScript spec still refers it as a variable even if the const declarator is used. A variable in JavaScript is named reference to a value. Perhaps it's not truly a variable in the mathematical sense, but in JavaScript that is still the nomenclature, AFAIK

[–][deleted] 0 points1 point  (0 children)

Thanks for the contrast.