Skip to content

Instantly share code, notes, and snippets.

@AndrewBestbier
Created August 29, 2019 17:27
Show Gist options
  • Save AndrewBestbier/5b91894b247c9e75e0494658ba9782fa to your computer and use it in GitHub Desktop.
Save AndrewBestbier/5b91894b247c9e75e0494658ba9782fa to your computer and use it in GitHub Desktop.
const addOne = (input) => {
return input +=1;
)} // Notice the rogue ')' here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment