js declare a list of constants code example
Example 1: js define constant by element id
const elem = document.getElementById('elementID');
Example 2: constants in js
static methodName() { ... }
static propertyName [= value];
const elem = document.getElementById('elementID');
static methodName() { ... }
static propertyName [= value];