Front End Programmer Question:

Explain what is AJAX? Write an AJAX call?

Tweet Share WhatsApp

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.

Download Front End Developer PDF Read All 67 Front End Developer Questions
Previous QuestionNext Question
Explain what event bubbling is?Explain what is an anonymous function?