Created
June 22, 2021 19:51
-
-
Save slxny/75641a991a1a7c898791ba210155e56d to your computer and use it in GitHub Desktop.
Simple Arrow Function
This file contains hidden or 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
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