1.
What does AJAX stand for?
2.
Which jQuery method is the most versatile for making AJAX requests?
3.
What is the default HTTP method for $.ajax() if not specified?
4.
In the $.ajax() method, which option specifies the URL to send the request to?
5.
Which option in $.ajax() specifies the data to be sent to the server?
6.
What type of data does the $.getJSON() method expect from the server?
7.
Which method is a shorthand for $.ajax() with type set to GET?
8.
Which method is a shorthand for $.ajax() with type set to POST?
9.
How can you specify the data type expected from the server in $.ajax()?
10.
What is the purpose of the success option in $.ajax()?