Created
August 29, 2019 17:27
-
-
Save AndrewBestbier/5b91894b247c9e75e0494658ba9782fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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