Categories

Updated: 03/14/2007

Emulating the PHP foreach(){...} in javascript

Javascript does not provide a foreach construct like that found in VB.NET, C#, or PHP. This code shows how to get the same effect in Javascript.
©2003-2019 jCay.com