I’m being bold and brave and posting per the lesson directives
I’m a JavaScript Developer already - and It would seem to me that const would be rather universal… So if you have a variable that is declared with const - That would mean that it essentially can’t be changed. It can’t be “redeclared” if you will… It is "const"ant
It prevents scenarios of one-off edge cases.