Results 2 issues of Aen Tan

With this it'll be complete.

I'm getting the above error in console that fires at the rate of mousemove. Here's what my code looks like: ``` javascript $('#element').bind('mousemove', { behavior: 'throttle', delay: 200 }, someFunction);...