Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created July 30, 2018 23:20
Show Gist options
  • Select an option

  • Save gladchinda/0ad6437524ea446245969d151d6962e6 to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/0ad6437524ea446245969d151d6962e6 to your computer and use it in GitHub Desktop.
// Pair of parentheses cannot be omitted
const addNumbers = (numA, numB) => numA + numB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment