0
kicks
Yo dawg, I herd you like loops, so jQuery put a loop in your code
A common misunderstanding I see when looking at jQuery code is a lack of understanding about loops.
Most developers seem to grok the .each() method, but that can be both a good and a bad thing.
It is important to know the difference between an Implicit Loop and an Explicit Loop.