Understand callback function in JS
What is a function callback?
Function callback is known as passing a function as an argument or you can say function as a perimeter
It is a way of handling tasks without blocking the main execution thread
Tasks that take time to execute for example r...
singhrohan.hashnode.dev2 min read