Contachit
Previous Page
Const object.

This is an example of a "constant" object.  Any object which applies the property of 'const', say's that it won't modify any of it's variables.  As such, all variables and methods in such an object must also apply the 'const' property.

[code screenshot]