¡@

Home 

javascript Programming Glossary: log.call

Creating range in JavaScript - strange syntax

http://stackoverflow.com/questions/18947892/creating-range-in-javascript-strange-syntax

the weird up to 11 function log console.log this arguments log.call.call log a 4 a 5 a 4 a 5 ^ ^ ^ ^ this arguments This is quite.. This is quite wtf worthy until you grasp what's going on. log.call is just a function equivalent to any other function's call method.. method and as such has a call method on itself as well log.call log.call.call true log.call Function.call true And what does..

Intercept calls to console.log in Chrome

http://stackoverflow.com/questions/9216441/intercept-calls-to-console-log-in-chrome

chrome function var log console.log console.log function log.call this 'My Console ' log.apply this Array.prototype.slice.call..