Skip to content

Instantly share code, notes, and snippets.

@0GiS0
Created January 27, 2019 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0GiS0/30ec6a0d7a0c26c5b316a35cc929e848 to your computer and use it in GitHub Desktop.
Save 0GiS0/30ec6a0d7a0c26c5b316a35cc929e848 to your computer and use it in GitHub Desktop.
var add = (a, b) => {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment