Skip to content

Instantly share code, notes, and snippets.

@PetarIvancevic
Created October 11, 2022 13:25
Show Gist options
  • Save PetarIvancevic/f9f5b98a657cfc7490e40a2f9e9a0227 to your computer and use it in GitHub Desktop.
Save PetarIvancevic/f9f5b98a657cfc7490e40a2f9e9a0227 to your computer and use it in GitHub Desktop.
function sum (a, b) {
return a + b
}
console.log(sum(10, 5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment