What does the keyword const do?

The const keyword changes the variable to a const. Which means after it has been assigned we cannot change it later in our code.

Privacy & Terms