Skip to content

Instantly share code, notes, and snippets.

@amrelarabi
Created December 12, 2021 07:12
Show Gist options
  • Save amrelarabi/56a186496765f0c16a4a1069c823e281 to your computer and use it in GitHub Desktop.
Save amrelarabi/56a186496765f0c16a4a1069c823e281 to your computer and use it in GitHub Desktop.
const x = 10;
x = 20;
console.log(x);
// سيحدث خطأ : TypeError: Assignment to constant variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment