Let's Understand Callback
So What is the Callback?
Callback is a function(let's say function A) that is passed as an argument to another function (function B), which gets executed/called inside function B.
In JavaScript internally functions are objects, so they can be passe...
utkrshtdev.hashnode.dev2 min read
Ruchi Goswami
Junior Web Developer
Interesting blog Dheeraj!