AI Questions & Answers
Part of the Q&A Network
Real Questions. Clear Answers.
Questions
Tags
Purchase Tags
Free Exam
About
Question 1 of 5
fetch api
Which of the following correctly initiates a GET request using the Fetch API in JavaScript?
A.
fetch('https://api.example.com/data')
B.
fetch.get('https://api.example.com/data')
C.
get('https://api.example.com/data')
D.
http.get('https://api.example.com/data')
Cancel
Next Question
Loading...
This site uses cookies to deliver a better user experience and enhance the quality of our network.
Learn more
.
Got it