Creating and looping through a Javascript array by length
Tweet One of the projects I’m working on now requires the use of a Javascript array to store data we will parse through. Creating a Javascript array is a pretty straight forward process. First you define the variable object as an array and then define values to it as necessary. Here is an example in code: var testArray… Read More »