Let's try it out!
You can retrieve data from our API by following the example provided.
1fetch('https://mongol-api-rest.vercel.app/clothes')
2 .then(res => res.json())
3 .then(json => console.log(json))
1Waiting to fetch!!!
1fetch('https://mongol-api-rest.vercel.app/clothes')
2 .then(res => res.json())
3 .then(json => console.log(json))
1Waiting to fetch!!!