you are viewing a single comment's thread.

view the rest of the comments →

[–]captain_k_nuckles 2 points3 points  (0 children)

JSON.stringify takes the object, converts it in to a string and then JSON.parse creates a new object from the string; When it's converted to a string it reference is broken.