Created
September 22, 2023 08:06
-
-
Save rats4final/7c31baa5faeb1de0eaf63a09d2c56307 to your computer and use it in GitHub Desktop.
Normal 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
| const myFunction = () => {}; | |
| const aFunction = param => implicitReturn; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment