Skip to content

Instantly share code, notes, and snippets.

@thecodemedia
Last active August 28, 2019 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thecodemedia/22d2d2055f4cfd3cccdfe41ddc84676a to your computer and use it in GitHub Desktop.
Save thecodemedia/22d2d2055f4cfd3cccdfe41ddc84676a to your computer and use it in GitHub Desktop.
for (i1 = 6; i1 < 21; i1++) {
for(i2 =6; i2 <21; i2++) {
for(i3 =6; i3 <21; i3++) {
for(i4 =6; i4 <21; i4++) {
for(i5 =6; i5 <21; i5++) {
for(i6 =6; i6 <21; i6++) {
for(i7 =6; i7 <21; i7++) {
for(i8 =6; i8 <21; i8++) {
for(i9 =6; i9 <21; i9++) {
for(i10 =6; i10 <21; i10++) {
}
}
}
}
}
}
}
}
}
}
console.log('i1= ' + i1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment