1 2 3 4 5 6 7
console.log("hello"); fetch("/home").then(res => [ res.json().then(r => { console.log(r); }) ])