Skip to content

Instantly share code, notes, and snippets.

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