Question: Which library does the `fetch()` function come from?

  1. FetchJS
  2. ReactDOM
  3. No library. `fetch()` is supported by most browsers.
  4. React

Answer: The correct answer of the above question is Option C:No library. `fetch()` is supported by most browsers.