Skip to content

Instantly share code, notes, and snippets.

@reciosonny
Created June 1, 2017 10:30
Show Gist options
  • Save reciosonny/91fca9f9d240da68b91af1714a2b03c2 to your computer and use it in GitHub Desktop.
Save reciosonny/91fca9f9d240da68b91af1714a2b03c2 to your computer and use it in GitHub Desktop.
Horrible code
for (var i = 0; i <= 5; i++) {
for (var j = 0; j <= 5; i++) {
for (var k = 0; k <= 5; i++) {
//TODO: insert horrible codes here...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment