[JavaScript] Understanding XMLHttpRequest
Introduction
This article will talk about:
GET to retrieve the data
POST to send the data.
PUT to replace the data.
DELETE to delete the data.
*note. I am using the JSON-server in this article.
GET Request
You can use the GET method to retriev...
jaylog.hashnode.dev3 min read