What are callback functions in javascript
Before diving into callback functions, we need to understand what is a function in javascript.
What is a Function :
In JavaScript, a function is a block of code that is executed when it is called. Functions allow you to encapsulate a piece of code th...
junaidmuhammad.hashnode.dev4 min read