Skip to content

Instantly share code, notes, and snippets.

@hazmatzo
Created April 1, 2016 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hazmatzo/75a6c64ddbc33b4fdda5d1620bc66892 to your computer and use it in GitHub Desktop.
Save hazmatzo/75a6c64ddbc33b4fdda5d1620bc66892 to your computer and use it in GitHub Desktop.
Implicit Return Example
(param1, param2) => expression
// equivalent to: { return expression; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment