Callbacks in javascript : Why they exist
In JavaScript function are treated as values just like normal (numbers , string and arrays etc).
That means you can :1. You can store a function in a variable.2. You can pass it as an argument to anot
web-development-26.hashnode.dev4 min read