Open azavjo40 opened 6 months ago
Example query: fetch('https://fakestoreapi.com/users/6',{ method:"DELETE" }) .then(res=>res.json()) .then(json=>console.log(json))
Example query: fetch('https://fakestoreapi.com/users/6',{ method:"DELETE" }) .then(res=>res.json()) .then(json=>console.log(json))