Chris West

Results 1 comments of Chris West

Yesterday I wrote an article about creating functions that accept named variables: http://cwestblog.com/2013/06/17/javascript-passing-arguments-by-name/. Basically I added `Function#index` to the prototype. Of course, as many people prefer not to extend the...