(function (window) { "use strict"; // Show the current year document.getElementById("current-year").innerHTML = new Date().getFullYear(); })(window);