Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created July 4, 2019 09:47
Show Gist options
  • Save indreklasn/61542c06f13d1a9e378c2cc7c9ff2e68 to your computer and use it in GitHub Desktop.
Save indreklasn/61542c06f13d1a9e378c2cc7c9ff2e68 to your computer and use it in GitHub Desktop.
const add = (a, b, c) => {
return a + b + c
}
add(1, 2, 3) // 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment