Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Created January 13, 2016 01:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save leandromoreira/9cc0781873c115338725 to your computer and use it in GitHub Desktop.
var printNumbers = () => {
[1,2,3].forEach((number) => console.log(`Hello, ${number}`))
}
printNumbers()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment