SyntaxFix
Write A Post
Hire A Developer
Questions
See this example: http://jsfiddle.net/89C54/
for (i = 0; i < myArray.length; i++) { if (myArray[i].hello === 'stevie') { alert('position: ' + i); return; } }
It starts to count with zero.