Skip to content

Instantly share code, notes, and snippets.

@amrelarabi
Created December 12, 2021 07:00
Show Gist options
  • Save amrelarabi/e0d29e058e0a1eb4a56930479b7a02c8 to your computer and use it in GitHub Desktop.
Save amrelarabi/e0d29e058e0a1eb4a56930479b7a02c8 to your computer and use it in GitHub Desktop.
let x = 10;
// قيمة المتغير هنا ب10
{
let x = 2;
// اما قيمة المتغير هنا ب2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment