Skip to content

Instantly share code, notes, and snippets.

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

  • Save MeetMartin/17e02fc45afc249aeccb16fdc094dff3 to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/17e02fc45afc249aeccb16fdc094dff3 to your computer and use it in GitHub Desktop.
const arrowFunction = (arg1, arg2) => {
const result = arg1 + arg2;
return result;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment