Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Last active July 31, 2016 21:23
Show Gist options
  • Select an option

  • Save egrueter-dev/967cb4905414100015db737611326dbb to your computer and use it in GitHub Desktop.

Select an option

Save egrueter-dev/967cb4905414100015db737611326dbb to your computer and use it in GitHub Desktop.
const key = 'baby’s first constant';
key = 'changed!'; //=> Uncaught TypeError: Assignment to constant variable..........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment