async function go(){return await fetch(“api.ipify.org”).then(e=>e.text())} go()
SyntaxError: Unexpected character '“'
undefined