await fetch(“api.ipify.org”).then(e=>e.text())
SyntaxError: await is only valid in async functions and the top level bodies of modules
undefined