Skip to content

Instantly share code, notes, and snippets.

@aebsr
Created June 15, 2016 20:08
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 aebsr/f660b807014b210919b3716ad5522fa0 to your computer and use it in GitHub Desktop.
Save aebsr/f660b807014b210919b3716ad5522fa0 to your computer and use it in GitHub Desktop.
The Choice Is Yours
const tracks = [ 'train' ];
for (let i = 0; i < tracks.length; i++) {
if (tracks[i] === 'train') {
console.log('Pick it up');
console.log('Pick it up');
alert('Back on the scene, crispy ’n clean');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment