diff --git a/glossary/AJAX.md b/glossary/AJAX.md new file mode 100644 index 000000000..bc0cd0de7 --- /dev/null +++ b/glossary/AJAX.md @@ -0,0 +1,3 @@ +### 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.