JavaScript functions travel first class
Functions in JavaScript are first-class citizens of the language just like Objects.
Functions enjoy all the same privileges (in fact more) as do the Objects in JavaScript.
Privileges such as
1. Functions can be created via a literal notation.
var ob...
ashishdasnurkar.com2 min read