Skip to content

Instantly share code, notes, and snippets.

@esprehn
Created August 30, 2017 01:55
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 esprehn/7d013676691f91262a22547e8b942cc2 to your computer and use it in GitHub Desktop.
Save esprehn/7d013676691f91262a22547e8b942cc2 to your computer and use it in GitHub Desktop.
spreading the woes
[...null]
// VM2014:1 Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of null
// at <anonymous>:1:5
[...undefined]
// VM2026:1 Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
// at <anonymous>:1:5
{...undefined}
// {}
{...null}
// {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment