Question: Which library does the `fetch()` function come from?
- FetchJS
- ReactDOM
- No library. `fetch()` is supported by most browsers.
- React
Answer: The correct answer of the above question is Option C:No library. `fetch()` is supported by most browsers.