Skip to content

Instantly share code, notes, and snippets.

@dcposch
Created December 7, 2016 07:59
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 dcposch/631714c45b0e19f91cbbb33f6c25b786 to your computer and use it in GitHub Desktop.
Save dcposch/631714c45b0e19f91cbbb33f6c25b786 to your computer and use it in GitHub Desktop.
js nooo

😱😱

> var s = 'hello [object Object] null undefined'
> s.indexOf([])
0
> s.indexOf({})
6
> s.indexOf(null)
22
> s.indexOf()
27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment