08-AJAX and Fetch API
Content:
Introduction to AJAX
XMLHttpRequest
Fetch API
Handling responses (JSON, XML)
Error handling
1.Asynchronous JavaScript and XML
AJAX allows you to send and receive data asynchronously without reloading the web page. So it is fast.
Update a we...
krayush1109.hashnode.dev4 min read