What does fetch() return?
Returns a promise containing the response.
What is the default request method used by fetch()?
GET.
How do you specify the request method (GET, POST, etc.) when calling fetch?
By specifying the request method as the value of the property ‘method’ within the optional object as the second argument of fetch().