Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Problem with Callbacks: Callback Hell #156

Open
maged28 opened this issue Oct 14, 2022 · 0 comments
Open

The Problem with Callbacks: Callback Hell #156

maged28 opened this issue Oct 14, 2022 · 0 comments

Comments

@maged28
Copy link

maged28 commented Oct 14, 2022

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 play with retriever string by change some letters then it will not working !!
the retriever it's the results of data that's clear
but the retriever it self from where it's coming ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant