SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
Web Development Path
/
Fetch and APIs
Web Development Path
Fetch and APIs
10 questions
Question 1 of 10
Score:
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?
A
It rejects with a 404 error
B
It resolves with a Response object where response.ok is false
C
It resolves with null
D
It hangs indefinitely until a timeout
← Back to lesson notes