Skip to content

Instantly share code, notes, and snippets.

@ckomop0x
Created June 13, 2019 14:22
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 ckomop0x/34dc4abc230c208baa2a9bee63f3721f to your computer and use it in GitHub Desktop.
Save ckomop0x/34dc4abc230c208baa2a9bee63f3721f to your computer and use it in GitHub Desktop.
sum.js refactored to a file
export default 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