Skip to content

Instantly share code, notes, and snippets.

@sadick254
Created June 20, 2018 16:19
Show Gist options
  • Save sadick254/f370897b9253d0074a4f173d4dcfb504 to your computer and use it in GitHub Desktop.
Save sadick254/f370897b9253d0074a4f173d4dcfb504 to your computer and use it in GitHub Desktop.
function sum (num1, num2) {
return num1 + num2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment