Callbacks in JavaScript: Why They Exist
Mar 23 · 8 min read · 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