Front End Programmer Question:
Explain what is AJAX? Write an AJAX call?
Answer:
AJAX stands for asynchronous JavaScript and XML and allows applications to send and retrieve data to/from a server asynchronously (in the background) without refreshing the page. For example, your new Gmail messages appear and are marked as new even if you have not refreshed the page.
Previous Question | Next Question |
Explain what event bubbling is? | Explain what is an anonymous function? |