Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonathanhawleypeters/082021e6711817d9e12476af5e1154d6 to your computer and use it in GitHub Desktop.
Save jonathanhawleypeters/082021e6711817d9e12476af5e1154d6 to your computer and use it in GitHub Desktop.
This is Why I Love Fat Arrow Functions in ES6 #1
function() {
}
//becomes
() => {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment