Skip to content

Instantly share code, notes, and snippets.

@philipusis
Last active April 17, 2017 09:37
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 philipusis/0aab6538eda923d16abb76bb37259fbd to your computer and use it in GitHub Desktop.
Save philipusis/0aab6538eda923d16abb76bb37259fbd to your computer and use it in GitHub Desktop.
for(j = 0; j < fieldData.length; j++) {
if ( j < 10 ) {
// some code...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment