Skip to content

Instantly share code, notes, and snippets.

@u840903
Created March 31, 2018 14:14
Show Gist options
  • Save u840903/7a51c69720cf0e54d239df205d33412b to your computer and use it in GitHub Desktop.
Save u840903/7a51c69720cf0e54d239df205d33412b to your computer and use it in GitHub Desktop.
const a = 5
const b = 10
const c = a + b
[1, 2, 3].forEach((e) => console.log(e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment