1837 Views
If there's one thing that always gives me trouble, it's complex loops in JavaScript. (And recursion in JavaScript, which makes two things, but that's a different story for a different article.) It's often difficult to keep track of things in nested loops.
0 comments