Skip to content

Instantly share code, notes, and snippets.

@gpalsingh
Last active March 3, 2018 07:03
Show Gist options
  • Save gpalsingh/4f34035adb74fa57e8a76d0857943c9e to your computer and use it in GitHub Desktop.
Save gpalsingh/4f34035adb74fa57e8a76d0857943c9e to your computer and use it in GitHub Desktop.
add_arrow_one_liner_1
var add = (x, y) => { return x + y; }
console.log(add(2, 3));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment