Skip to content

Instantly share code, notes, and snippets.

@codemilli
Created April 6, 2016 19:32
Show Gist options
  • Save codemilli/07a83741f05369f5830652cc952ac684 to your computer and use it in GitHub Desktop.
Save codemilli/07a83741f05369f5830652cc952ac684 to your computer and use it in GitHub Desktop.
const a = 'haha'; // a = 'haha'
a = 'hihi'; // Assignment to constant variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment