Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created January 27, 2020 00:45
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 BetterProgramming/68f3c4a2291a99dbecf2d933b1dd55f6 to your computer and use it in GitHub Desktop.
Save BetterProgramming/68f3c4a2291a99dbecf2d933b1dd55f6 to your computer and use it in GitHub Desktop.
var x;
const log = () => {
console.log(x);
}
log();
x = 1;
log();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment