javascript#Copy const res = await fetch('/api/demo'); const data = await res.json(); console.log(data);