Problem understanding Callback
I understand how to use aynsc/await to fetch data form an api (Example="https://randomuser.me/api") but i cant seem to do the same with callbacks.
Are callbacks still being .I do understand the use of .then and how to use callback but in practical i fail to implement it
1 Reply
do you have hard time understanding callbacks in general or do you have hard time understanding how to use callbacks in terms of promises specifically