Skip to content

Instantly share code, notes, and snippets.

@igorcardozo
Created November 15, 2020 23:28
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 igorcardozo/1b9796bcabdc6aec1aadb82d7f246410 to your computer and use it in GitHub Desktop.
Save igorcardozo/1b9796bcabdc6aec1aadb82d7f246410 to your computer and use it in GitHub Desktop.
function sum(a,b) {
return a+b;
}
console.log(sum(2,2));
console.log(sum("hello", "there"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment