Callbacks in JavaScript: Why They Exist
In normal function we can assign variables, return them from other functions,pass them as arguments into other functions.
// A normal function assigned to a variable
const sayHello = () => {
conso
soumo-18.hashnode.dev6 min read