Skip to content

Instantly share code, notes, and snippets.

@ganqqwerty
Last active September 27, 2019 14:46
Show Gist options
  • Save ganqqwerty/538828a054a240dd34a56d711d0ac999 to your computer and use it in GitHub Desktop.
Save ganqqwerty/538828a054a240dd34a56d711d0ac999 to your computer and use it in GitHub Desktop.
/**
* @param {number} a
* @param {number} b
* @return {number}
*/
function sum(a, b) {
return a+b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment