Skip to content

Instantly share code, notes, and snippets.

@abachuk
Created February 14, 2016 21:21
Show Gist options
  • Select an option

  • Save abachuk/011d13a03bd68527b1a3 to your computer and use it in GitHub Desktop.

Select an option

Save abachuk/011d13a03bd68527b1a3 to your computer and use it in GitHub Desktop.
function add (a,b) {
return a+b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment