Skip to content

Instantly share code, notes, and snippets.

@pgainda
Created May 13, 2013 08:14
Show Gist options
  • Save pgainda/5566867 to your computer and use it in GitHub Desktop.
Save pgainda/5566867 to your computer and use it in GitHub Desktop.
Prints 1-5 three times.
for (i=1;i<4;i++){
for(j=1;j<6;j++){
console.log(j);
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment