Created
October 18, 2020 22:08
-
-
Save MeetMartin/3bedbb301334bb9e96d4a016fd1a739b to your computer and use it in GitHub Desktop.
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 arrowFunction = (arg1, arg2) => arg1 + arg 2; | |
| const traditionalFunction = function(arg1, arg2) { | |
| return arg1 + arg2; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment