DEV Community

Discussion on: This and Bind In Javascript

Collapse
 
agronick profile image
Kyle Agronick

You'll never be able to measure these types of micro-optimizations just by looking at them. But if you were to put this on a mousemove handler it would run hundreds of times a second. That is when using bind would matter.