Skip to content

Instantly share code, notes, and snippets.

@jarbaspsf
Created February 4, 2018 22:57
Show Gist options
  • Save jarbaspsf/6e7d1319feacad9ac9059384b9589fda to your computer and use it in GitHub Desktop.
Save jarbaspsf/6e7d1319feacad9ac9059384b9589fda to your computer and use it in GitHub Desktop.
let soma = (a, b) => a + b;
soma(1,5)
//6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment