I have an assignment where I'm supposed to make the information that I get back in the get request appear in the paragraph tag with the id of "get", the post request information appear in the paragraph tag with the id of "post", and the put request information appear in the paragraph tag with the id of "put". Below is the HTML and javascript link to what I have done so far:
https://github.com/atullu1234/REST-API-Developer-1/blob/main/js-built-in-fetch.html
https://github.com/atullu1234/REST-API-Developer-1/blob/main/js-built-in-fetch.js