Skip to content

Instantly share code, notes, and snippets.

@mattcolman
Last active March 26, 2017 10:50
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 mattcolman/6fdf6d52c8cd5298e9c32533cc2d6b8a to your computer and use it in GitHub Desktop.
Save mattcolman/6fdf6d52c8cd5298e9c32533cc2d6b8a to your computer and use it in GitHub Desktop.
Semi-colon diff example
const a = 'a'
const b = 'been'
const c = () => {
return a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment