DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
JavaScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
JavaScript
What does the resolved value of fetch(url) represent?
A
The parsed JSON data from the response body
B
A Response object with headers/status known, but the body not yet read
C
The raw response body as a string
D
An error object if anything went wrong
Check Answer