Question: Which method call is chained to handle a successful response returned by `fetch()`?

  1. `done()`
  2. `then()`
  3. `finally()`
  4. `catch()`

Answer: The correct answer of the above question is Option B:`then()`