Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created February 1, 2018 23:41
Show Gist options
  • Save indreklasn/ead9b09d4d26c518c7d61cfb544a7f2a to your computer and use it in GitHub Desktop.
Save indreklasn/ead9b09d4d26c518c7d61cfb544a7f2a to your computer and use it in GitHub Desktop.
vanilla js
const add = (a, b) => {
return a + b
};
add(1, 2) // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment