Skip to main content

Timeline for Loop through an array in JavaScript

Current License: CC BY-SA 4.0

6 events
when toggle format what by license comment
Oct 30, 2020 at 6:59 history edited Peter Mortensen CC BY-SA 4.0
Active reading. Dressed the naked link.
Feb 14, 2014 at 19:26 history edited Timo Huovinen CC BY-SA 3.0
added 2 characters in body
Aug 10, 2013 at 8:21 history edited Peter Mortensen CC BY-SA 3.0
Copy edited. Removed meta information.
Mar 31, 2013 at 19:09 comment added Stijn de Witt ... and this while loop is equivalent to: for (var i=0,item; item=items[i]; i++) , which takes away the need to declare the index and item variables beforehand...
Apr 16, 2012 at 14:42 comment added Chris Cooper The first example of the "while" syntax won't work if any of the array elements is falsy.
Jan 5, 2012 at 9:15 history answered Timo Huovinen CC BY-SA 3.0