Declares a read-only constant.
Syntax
const constantName;
Example
const pi = 3.14;Remarks
Constants follow the same rules as variables.
![]() |
Custom Search
|
Change Language
|
const |