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
Was this page helpful?