async function go(){return await fetch("https://api.ipify.org").then(e=>e.text())} go()
SyntaxError: Unexpected token '&'
undefined