Skip to content

Instantly share code, notes, and snippets.

@startupsandcode
Created May 8, 2016 12:25
Show Gist options
  • Save startupsandcode/688a156541c7e93a3e808af8bb31475e to your computer and use it in GitHub Desktop.
Save startupsandcode/688a156541c7e93a3e808af8bb31475e to your computer and use it in GitHub Desktop.
for(var i=0; i < 10; i++){
console.log('Count it:' + i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment