🎴 Flashcard Mode
JavaScript AJAX and Fetch API
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which JavaScript method is used to send an asynchronous HTTP request to a server?
AnswerClick to flip back
A
fetch()
💡 Explanation:
The fetch() method is a modern and simplified way to make asynchronous HTTP requests in JavaScript.