What I think const does

According to me const function does not allow us to change the value of the variable later in the code.
Keeping it constant.

Privacy & Terms