Web Development Path

Fetch and APIs

10 questions

Question 1 of 10Score: 0 / 0

You call `fetch('https://api.example.com/data')` and the server returns a 404 status. What happens to the Promise returned by fetch?