Skip to content

Instantly share code, notes, and snippets.

@areeng
Created June 16, 2023 13:46
Show Gist options
  • Save areeng/398917e77304518e0dacc6dbf84289b3 to your computer and use it in GitHub Desktop.
Save areeng/398917e77304518e0dacc6dbf84289b3 to your computer and use it in GitHub Desktop.
const = 2;
a = 4;
// Uncaught TypeError: Assigment to constant variable.
// at <anonymous>2:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment