Skip to content

Instantly share code, notes, and snippets.

@woliveiras
Last active January 11, 2017 15:57
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 woliveiras/5ade9be5de00edf14b72e0868e46ac0f to your computer and use it in GitHub Desktop.
Save woliveiras/5ade9be5de00edf14b72e0868e46ac0f to your computer and use it in GitHub Desktop.
const myConst = "My const. This value cannot be changed";
myConst = "Trying change the value of a const" // Uncaught TypeError: Assignment to constant variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment