Skip to content

Instantly share code, notes, and snippets.

@prampcontent
Last active April 20, 2018 17:44
Show Gist options
  • Save prampcontent/eb41c38c57333e6c8043bde444636e26 to your computer and use it in GitHub Desktop.
Save prampcontent/eb41c38c57333e6c8043bde444636e26 to your computer and use it in GitHub Desktop.
for (i = 0; i < input.length(); i++) {
for (j = 0; j < input[i].length(); j++) {
doThing();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment