I saw some discussions related to performance and it was brought up that using the "call" method is slow.
This jsperf was also linked: https://jsperf.com/function-calls-direct-vs-apply-vs-call-vs-bind/18
However, when I ran it, it seems like call was the fastest method when I ran it in chrome.
Testing in Chrome 46.0.2490.86 32-bit on Windows Server 2008 / Vista 64-bit
I don't know if this is only because chrome is super fast or something, but is `call` really a problem?
This jsperf was also linked: https://jsperf.com/function-calls-direct-vs-apply-vs-call-vs-bind/18
However, when I ran it, it seems like call was the fastest method when I ran it in chrome.
Testing in Chrome 46.0.2490.86 32-bit on Windows Server 2008 / Vista 64-bit


