Skip to content

Instantly share code, notes, and snippets.

@ACbosong

ACbosong/.js Secret

Created August 10, 2021 10:34
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/da7fdb1a8b03fa3cd74d62d40be78b39 to your computer and use it in GitHub Desktop.
Save ACbosong/da7fdb1a8b03fa3cd74d62d40be78b39 to your computer and use it in GitHub Desktop.
Object.defineProperty(globalThis, "v1", {
configurable: false,
})
delete v1 // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment