Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Created March 24, 2018 15: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 zonayedpca/33b0ae1a7307a0f8f8884bcefe3d0830 to your computer and use it in GitHub Desktop.
Save zonayedpca/33b0ae1a7307a0f8f8884bcefe3d0830 to your computer and use it in GitHub Desktop.
For Loop
for(var i = 0; i < 10; i++) {
console.log('Go ' + i + ' step');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment