Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created October 18, 2020 22:08
Show Gist options
  • Select an option

  • Save MeetMartin/3bedbb301334bb9e96d4a016fd1a739b to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/3bedbb301334bb9e96d4a016fd1a739b to your computer and use it in GitHub Desktop.
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