Files
30-seconds-of-code/glossary/AJAX.md
Stefan Feješ 4afb8b6de2 add AJAX
2018-09-01 12:41:50 +02:00

4 lines
261 B
Markdown

### AJAX
Asynchronous JavaScript and XML (known as AJAX) is a term that describes a new approach to using multiple technologies together in order to enable web applications to make quick updates to the user interface without reloading the entire browser page.