Skip to content

Instantly share code, notes, and snippets.

@yaminmhd
Last active May 21, 2018 06:42
Show Gist options
  • Save yaminmhd/a1e8c1913dd0343c1421360be83c0342 to your computer and use it in GitHub Desktop.
Save yaminmhd/a1e8c1913dd0343c1421360be83c0342 to your computer and use it in GitHub Desktop.
const numbers = [1,2,3,4,5];
for(let i = 0; i < 10; i ++){
console.log(numbers[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment