function helloFromJS() { document.getElementById('app-js').innerHTML = 'Application JS'; } window.onload = () => { helloFromJS(); }