Skip to content

Instantly share code, notes, and snippets.

@slxny
Created June 22, 2021 19:51
Show Gist options
  • Save slxny/75641a991a1a7c898791ba210155e56d to your computer and use it in GitHub Desktop.
Save slxny/75641a991a1a7c898791ba210155e56d to your computer and use it in GitHub Desktop.
Simple Arrow Function
newNumber = a => a + 100;
console.log(newNumber(5));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment