Categories
Tags → Foreach Javascript

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.
DETAILS
©2003-2019 jCay.com