Skip to content

Instantly share code, notes, and snippets.

@geni429
Last active January 24, 2019 08:38
Show Gist options
  • Save geni429/28360b5b601c6e6836b80aa30c0465df to your computer and use it in GitHub Desktop.
Save geni429/28360b5b601c6e6836b80aa30c0465df to your computer and use it in GitHub Desktop.
const sum = function sumInteger(num1, num2) {
const sumIntegerResult = num1 + num2;
return sumIntegerResult;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment