Callback and Callback Hell😈
Why callbacks?
Callback function is a beautiful concept in javascript that allows us to do asynchronous operations in javascript. If we want to execute some operations after some time in the program and we also don't want to block the main thread the...
pritcode10.hashnode.dev5 min read
Aditya Kumar
Learning Software Development Process
Good