Skip to content

Instantly share code, notes, and snippets.

@abraham
Last active August 25, 2016 15:38
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 abraham/3be7d5c477ba9ab9d20bae157234d7d3 to your computer and use it in GitHub Desktop.
Save abraham/3be7d5c477ba9ab9d20bae157234d7d3 to your computer and use it in GitHub Desktop.
Test
let hello = 'World';
let fruits = ['Apple', 'Banana', 'Cherry'];
fruits.forEach((fruit) => {
let currentFruit = `${fruit}!`;
});
let foo = 'bar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment