Skip to content

Variables

Declaration

Variables are declared with the let keyword. Variables are by default read-only:

1
let readonly = 0