Question 1: What is the Fetch API used for in JavaScript?
Question 2: What is AJAX primarily used for in JavaScript?
Question 3: Which method is used to initiate a request using Fetch API?
Question 4: What does AJAX stand for?
Question 5: What is the default method of the Fetch API?
Question 6: Which object is returned when using Fetch API to make a request?
Question 7: What is one key difference between Fetch API and AJAX?
Question 8: Which of the following is a valid feature of AJAX?
Question 9: Which function can be used to handle the response in Fetch API?
Question 10: How do you handle errors in the Fetch API?