Skip to content

Instantly share code, notes, and snippets.

@ACbosong

ACbosong/.js Secret

Created August 10, 2021 10:35
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 ACbosong/080235aec43c0af45dbb10611589fe2b to your computer and use it in GitHub Desktop.
Save ACbosong/080235aec43c0af45dbb10611589fe2b to your computer and use it in GitHub Desktop.
let v3 = 3;
const v4 = 4;
v3; // 3
v4; // 4
globalThis.v3; // undefined
globalThis.v4; // undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment