Skip to content

Instantly share code, notes, and snippets.

@codemilli
Created April 7, 2016 08:02
Show Gist options
  • Save codemilli/7592fe187f22a3f190b90778d57e7d5e to your computer and use it in GitHub Desktop.
Save codemilli/7592fe187f22a3f190b90778d57e7d5e to your computer and use it in GitHub Desktop.
let a = (a) => {
return a + 1;
};
let b = b => b + 1;
let c = () => ({hacker: 'moon'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment