How to send GET and POST Ajax API requests in Vanilla JavaScript
Ajax is short for asynchronous JavaScript and XML and is a mechanism for updating a part of a page. It gives you the power to update a part of the page after getting data from the server, thus avoiding refreshing the entire page. Also, implementing p...
vipinmadhaan.hashnode.dev3 min read