39
Comments
  • 4
    It's simple: The more question marks you put, the faster you'll get the answer.
  • 13
    JSON.parse doesnt return [Object object]. It returns an object with data. But when writing it to the dom it will call the toString function which defaults to [Object object]. If you log it it will be the object you want.
  • 1
    You must be fun at parties
  • 2
    Chrome 60 update should address this:

    > Previously, when you logged or evaluated an object in the Console, the Console would only display Object, which is not particularly helpful. Now, the Console provides more information about the contents of the object.

    https://developers.google.com/web/...
  • 2
    hm, might not be exactly what you were ranting about. Still a cool update on their end
  • 1
    Top result:
    "Because fuck you, that's why"
  • 0
    @Codex404 Pretty sure I read the docs.Just for the lols.
  • 0
    @bdhobare what docs?
  • 0
    i googled this too some years ago :(
Add Comment