Tuesday, May 21, 2019

When I assign one JavaScript object to another why does the assignee behave as if it doesn't have the first object's pointer?

Was the object null at the moment of assignment? There wouldn't be a pointer in that circumstance and no way for the first object to "update" the second over time via the pointer.

No comments:

Post a Comment