API with Javascript
// https://dog.ceo/api/breeds/image/random
This is the API we will use
Usage - This API will give a JSON which will have two things
Image links in https.
Status (Eg: success).
Main code to get that JSON from this API :
We will use fetch API of Jav...
apurvchoubey.hashnode.dev1 min read