Skip to content

Instantly share code, notes, and snippets.

@imkrish
Last active April 20, 2019 12:41
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 imkrish/80bb7647ee92adfdff839f04b18bc150 to your computer and use it in GitHub Desktop.
Save imkrish/80bb7647ee92adfdff839f04b18bc150 to your computer and use it in GitHub Desktop.
const iAmAwesome = true;
iAmAwesome = false; // Cannot assign to 'iAmAwesome' because it is a constant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment