Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Created October 20, 2018 19:46
Show Gist options
  • Select an option

  • Save ufocoder/047c44e201456b9121ec93f1eb0db4ad to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/047c44e201456b9121ec93f1eb0db4ad to your computer and use it in GitHub Desktop.
console.log(undeclaredVariable === undefined); // ReferenceError
console.log(typeof undeclaredVariable === 'undefined'); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment