Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 19, 2020 05:14
Show Gist options
  • Save velotiotech/3ebc7ebb406f054c7dc98f67e8a9ffba to your computer and use it in GitHub Desktop.
Save velotiotech/3ebc7ebb406f054c7dc98f67e8a9ffba to your computer and use it in GitHub Desktop.
// Addition module
export const sum = (num1, num2) => num1 + num2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment