var i = 0; while (i < 25) { document.write(i + "- "); i++; } document.writeln("done.<p>");
for (n in obj) { do_stuff(obj.n); }