const
The const declaration declares block-scoped local variables. The value of a constant can’t be changed through reassignment using the assignment operator, but if a constant is an object, its properties can be added, updated, or removed.
Printed 2026-06-28.
(echo:: @ ᯤ)