Skip to content

Instantly share code, notes, and snippets.

@sanketmeghani
Created October 1, 2017 07:50
Show Gist options
  • Select an option

  • Save sanketmeghani/ef586524fe7b82a87b20e933941a09b4 to your computer and use it in GitHub Desktop.

Select an option

Save sanketmeghani/ef586524fe7b82a87b20e933941a09b4 to your computer and use it in GitHub Desktop.
Error due to no semicolon insertion
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