Let's test your knowledge. Click the correct answer from the options.
Which method of the fetch
API is used to make a GET request and handle the response asynchronously?
Click the option that best answers the question.
- fetch.get()
- fetch.post()
- fetch.put()
- fetch.delete()