What does fetch() return?
A promise for a response class
What is the default request method used by fetch()?
GET
How do you specify the request method (GET, POST, etc.) when calling fetch?
in the body of the fetch request put method: POST, PUT, etc
How does fetch report errors?
res.ok = false