Skip to content

Instantly share code, notes, and snippets.

@zackbiernat
Last active January 22, 2018 22:01
Show Gist options
  • Save zackbiernat/0302e26f194cb24b63e270bef79215b5 to your computer and use it in GitHub Desktop.
Save zackbiernat/0302e26f194cb24b63e270bef79215b5 to your computer and use it in GitHub Desktop.
const myName = "Zack";
myName += " Biernat"; //Throws an error
myName = "Jan Jansen, I come from Wisconsin"; //Throws an error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment