how to get dynamic current year in javascript compatible to es67 code example
Example: how to get the year in javascript
new Date().getFullYear(); // This will get you the current year
new Date().getFullYear(); // This will get you the current year