Skip to main content
๐Ÿ› Bug HuntND Node.js Hardโšก+35 XP

Unhandled Rejection

This promise error crashes the process.

๐Ÿ› Find the bug
1async function getData() {
2 const res = await fetch(url);
3 return res.json();
4}
5getData();
๐Ÿ› The bug is on line 5

๐Ÿ”ง Select the correct fix: