In the JavaScript world, the small humans that perform tasks are called functions. Functions can perform any task JavaScript tells them to do. The moment when JavaScript tells a function to do it’s task is called calling a function. If one function takes another function as an argument, the accepted function is called the callback function.

3m read timeFrom blog.nickbulljs.com
Post cover image

Sort: