Skip to content

Instantly share code, notes, and snippets.

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