maged28

Results 1 issues of maged28

in The Problem with Callbacks: Callback Hell lesson I just want to know the retriever string in dog.txt how it's working with superagent.get(`https://dog.ceo/api/breed/${data}/images/random`).end((err, res) => { console.log(res.body.message); }); when I...