11. AJAX
Asynchronous JavaScript XML
Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behavior of the existing page.
Course Content
-
0:10 - Install NodeJS
2:54 - Run Live Server
9:21 - Get JSON
11:46 - AJAX Method
14:47 - Make a Post Request
Resources
▶️ Traversy Media
🔗 AJAX Tutorial by W3Schools