Understanding javascript functional Programming
When we pass a callback function as an argument to another function, we are only passing the function definition. We are not executing the function in the parameter. In other words, we aren’t passing the function with the trailing pair of executing p...
articles.tkssharma.com7 min read