Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active August 23, 2023 12:20
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 mcsee/4523879f8fd11134654d4683b5c68ceb to your computer and use it in GitHub Desktop.
Save mcsee/4523879f8fd11134654d4683b5c68ceb to your computer and use it in GitHub Desktop.
’use strict’
undefinedVariable = 310;
console.log(undefinedVariable);
// undefinedVariable is not defined
delete undefinedVariable ;
// Delete of an unqualified identifier in strict mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment