Skip to content

Instantly share code, notes, and snippets.

@c0depanda
Last active July 19, 2018 20:43
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 c0depanda/8c7f3890785ee7d064ddc08251716649 to your computer and use it in GitHub Desktop.
Save c0depanda/8c7f3890785ee7d064ddc08251716649 to your computer and use it in GitHub Desktop.
let colors = ['red', 'orange', 'yellow', 'green', 'blue', 'indigo', 'violet'];
for(var color of colors){
console.log(color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment