Ajax : It stands for Asynchronous Javascript And XML. When click some button on the webpage, the webpage does not change. The web browser make request to the server on the background. This is asynchronous process. Closure : It gives tou access to an outer function's scope from an inner function.