import("https://api.ipify.org?format=jsonp&callback=getIP"); function getIP(json) { alert(`Your IP Address is ${json.ip}`) }