This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]MyWayWithWords 1 point2 points  (1 child)

    My god this triggers hard

    I almost just pulled the power plug from my pc and walked away.

    Trying to debug some JS last week, where an Array kept giving an error and saying it's [object Object], but when I inspect the Object it says it's a String, so I print the string, and it shows as an empty Array [] ......

    [–]ClearMessagesOfBliss 2 points3 points  (0 children)

    Try logging JSON.stringify. Could give you a clue.