My thoughts on what 'const' does

I suspect that if you declare a variable with the ‘const’ word that you will not be able to change the value of the variable once you have assigned a value to it.

Privacy & Terms