Microsoft
Software
Hardware
Network
Question : JavaScript: i++ in a loop
Because i++ adds 1, I have to start with -1 for my loop to work:
1: 2: 3: 4:
var i=-1; while(i++<myArray.length-1){ alert(i); }
That code works but it seems awkward. Is there a way better to do this, so that I can start with:
var i = 0;
Related Solutions:
JavaScript: Alert when checkbox value changed
Answer : JavaScript: i++ in a loop
for ( var i = 0; i < myArray.length; i++ ) {
alert( i );
}
Is the common idiom
Random Solutions
VBS Script Assistance
MS SQL 2005 Query optimization and Excel report prep - simple moving average
Help with Radio buttons in Excel
Better Way of styling?
basic projectile motion
How to build search button on MS Access report or Query
Windows Server 2003 Restore
Aruba WiFi Setup
Lookup
What are the different RAID options for SAS