$w.onReady(function () { const year = new Date().getFullYear(); $w('#footerCopyright').text = `© ${year} Forrest Worley`; });