📚 Practice Mode

JavaScript AJAX and Fetch API

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

Which JavaScript method is used to send an asynchronous HTTP request to a server?

  1. fetch()
  2. XMLHttpRequest()
  3. send()
  4. open()