Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created August 18, 2017 20:48
Show Gist options
  • Save radzionc/4559bd898a849089e662cbf4529ef7f3 to your computer and use it in GitHub Desktop.
Save radzionc/4559bd898a849089e662cbf4529ef7f3 to your computer and use it in GitHub Desktop.
function standard() {
return 'Rock'
}
const arrowLike = () => 'Rock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment