From 7a7d1c4d5801c09ff6812bafd2e02fdc9f9c3772 Mon Sep 17 00:00:00 2001 From: Daulet Abishev <88084186+Dauka03@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:03:25 +0600 Subject: [PATCH] add ajax content (#2515) --- .../100-basic-introduction/ajax.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/ajax.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/ajax.md index 23e50d805..10efb3d41 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/ajax.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/ajax.md @@ -1 +1,8 @@ -# Ajax \ No newline at end of file +# Ajax + +AJAX stands for Asynchronous JavaScript And XML. In a nutshell, it is the use of the XMLHttpRequest object to communicate with servers. It can send and receive information in various formats, including JSON, XML, HTML, and text files. + +Free Content +What is AJAX? +Getting started +What Is Ajax? \ No newline at end of file