What does const do

I guess const will assign a constant value to a variable and this variable cannot be subjected to change in the value even after reassigning it.

Privacy & Terms