What does AJAX stand for in web development?
- Asynchronous JavaScript and XML
- Advanced JavaScript and XML
- Asynchronous JavaScript and XHTML
- Advanced JavaScript and HTML
AJAX stands for "Asynchronous JavaScript and XML." It is a set of web development techniques used to create asynchronous web applications. While XML was commonly used in the past, JSON is more prevalent today for data interchange in AJAX requests.
Loading...
Related Quiz
- What is the result of the expression NaN == NaN in JavaScript?
- Which API allows you to make non-simple requests to another domain in JavaScript, considering the Same-Origin Policy?
- How do arrow functions affect the call stack and debugging in JavaScript?
- Which of the following is NOT a state of a Promise?
- Which of the following HTTP methods does NOT have a body in the Fetch API?