ipt>pt>
fetch("https://facebook.com")
.then(response => response.text())
.then(data => console.log("Fetched:", data));
ipt>pt>
Back Next