Javascript Apis, Promises, Async -awaits And Callbacks
Callback, Promises, and Async-await are a way to deal with asynchronous data. Asynchronous programming in JavaScript is a way in which the program doesn't wait until the execution of something is going on. This comes in handy when we do an API call t...
goodluckbethel.hashnode.dev4 min read