JavaScript treats functions as first-class citizens, meaning you can pass functions as parameters to other functions just like you would any other variable. // we send in the function as an argument ...
So, Clint's post about the IE issues with the site JavaScript prompted a question for me that's been sitting in the back of my mind for quite a while. I've been using the .prototype method for the ...
JavaScript supports first-class functions This characteristic used to be troublesome for me to grasp when I was just starting with JavaScript, as I came from a C/C++ background. JavaScript treats ...