call back
🔹 What is a Callback?
A callback is simply a function passed as an argument to another function, so that it can be executed later (or “called back”) once some task is done.
👉 In short: A function inside another function.
🔹 Simple Example
function...
yesamitsingh.hashnode.dev2 min read