/ Published in: JavaScript
Expand |
Embed | Plain Text
counter = 0; while ( counter != -1 ) { counter = counter + 1; } if ( counter != 0) { // end }
You need to login to post a comment.
counter = 0; while ( counter != -1 ) { counter = counter + 1; } if ( counter != 0) { // end }
You need to login to post a comment.