Skip to content

Instantly share code, notes, and snippets.

@Slashgear
Created May 5, 2020 19:17
Show Gist options
  • Select an option

  • Save Slashgear/d14bc99dc2ca3f08351579d1eceb1b2e to your computer and use it in GitHub Desktop.

Select an option

Save Slashgear/d14bc99dc2ca3f08351579d1eceb1b2e to your computer and use it in GitHub Desktop.
function sum(a, b) {
return a + b;
}
module.exports = sum;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment