Front End Programmer Question:
Download Questions PDF

Explain what is AJAX? Write an AJAX call?

Front End Developer Interview Question
Front End Developer Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what event bubbling is?Explain what is an anonymous function?