Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created October 30, 2017 20:01
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 SaraVieira/eba81be778a6dbf6646aef658b1f39c8 to your computer and use it in GitHub Desktop.
Save SaraVieira/eba81be778a6dbf6646aef658b1f39c8 to your computer and use it in GitHub Desktop.
const sum = (x, y) => {
console.count()
return x + y
}
sum(1,2)
sum(2,89)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment