1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

add ajax content (#2515)

This commit is contained in:
Daulet Abishev
2022-10-17 13:03:25 +06:00
committed by GitHub
parent eae9b82a0b
commit 7a7d1c4d58

View File

@@ -1 +1,8 @@
# Ajax
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.w3schools.com/whatis/whatis_ajax.asp'>What is AJAX?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX/Getting_Started'>Getting started</BadgeLink>
<BadgeLink badgeText='Watch' colorScheme="yellow" href='https://www.youtube.com/watch?v=3l13qGLTgNw'>What Is Ajax?</BadgeLink>