<< >>

Category
Modifier

Syntax
const <variable name>

Description

Use the const modifier to make a variable value unmodifiable.


<< >>