const func = async() => { const response = window.versions.app console.log(response); window.title += ` ${window.versions.app}`; } func();