Callbacks in JavaScript: Why They Exist
What a callback function is
A callback function is a function passed as an argument into another function, intended to be executed ("called back") later—either immediately after a synchronous task or
hitakshi.hashnode.dev8 min read