Skip to content

Instantly share code, notes, and snippets.

@gpalsingh
Last active March 3, 2018 07:21
Show Gist options
  • Save gpalsingh/eb6bc6f6e35cb6ed8bd4163222da73ef to your computer and use it in GitHub Desktop.
Save gpalsingh/eb6bc6f6e35cb6ed8bd4163222da73ef to your computer and use it in GitHub Desktop.
add_arrow_one_liner_2
var add = (x, y) => 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