๐ Bug HuntND Node.js Hardโก+35 XP
Unhandled Rejection
This promise error crashes the process.
๐ Find the bug
1
async function getData() {2
const res = await fetch(url);3
return res.json();4
}5
getData();๐ The bug is on line 5