Skip to content

Instantly share code, notes, and snippets.

@adnanrahic
Created August 19, 2017 12:54
Show Gist options
  • Save adnanrahic/f6cd1b25c3cb165304127ecfaf675691 to your computer and use it in GitHub Desktop.
Save adnanrahic/f6cd1b25c3cb165304127ecfaf675691 to your computer and use it in GitHub Desktop.
function addTwoNumbers(x, y) {
return x + y;
}
console.log(addTwoNumbers(5, 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment