79398307

Date: 2025-01-29 22:05:54
Score: 0.5
Natty:
Report link

You need to catch the error

fetch('https://www.w3schools.com/nodejs/incorrecturl')
 .then((response) => { console.log(response.status); })
 .catch((error) => { console.error('Request failed:', error); });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: darkrat