© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Brandon
Frontend Developer
i++ is probably the one I use the most.
resultCount = 10; for( i = 0; i < resultCount; i++ ) {// do something};
Tony Brown
American Space Ninja
That's called a for loop