jscript const code example
Example 1: how to dec are a constant in javascript
const myBirthday = '18.04.1982';
Example 2: js define constant by element id
const elem = document.getElementById('elementID');
const myBirthday = '18.04.1982';
const elem = document.getElementById('elementID');