LearningFuze > fetch > Flashcards
What does fetch() return?
promise
What is the default request method used by fetch()?
GET method
How do you specify the request method (GET, POST, etc.) when calling fetch?
method: –> put it as an object into second argument of fetch()