Hacker News new | ask | show | jobs
by shaunfs 5729 days ago
What is a for-loop? Seems to copy my beautiful jQuery each()!

$.each(new Array(3), function(i){ alert(i); });