Skip to content

Instantly share code, notes, and snippets.

@rynbyjn
Created March 1, 2016 15:53
Show Gist options
  • Save rynbyjn/feeb444b08326c8f3886 to your computer and use it in GitHub Desktop.
Save rynbyjn/feeb444b08326c8f3886 to your computer and use it in GitHub Desktop.
alert 666
alert([2, 3, 5, 7, 11, 13, 17].map((x) => x * x).reduce((x, y) => x + y, 0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment