Skip to content

Instantly share code, notes, and snippets.

@BolajiAyodeji
Created February 10, 2019 12:54
Show Gist options
  • Save BolajiAyodeji/7a9bcb78dd3cea1a4b9ab37a61fa0889 to your computer and use it in GitHub Desktop.
Save BolajiAyodeji/7a9bcb78dd3cea1a4b9ab37a61fa0889 to your computer and use it in GitHub Desktop.
function sumAll(a, b) {
return a + b;
}
export { sumAll };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment