Concept Flow - Fresh object literals vs variable assignment behavior
Create fresh object literal
Assign to variable A
Assign variable A to variable B
Modify B's property
Check A's property
Are A and B same object?
Change reflects
This flow shows creating a new object, assigning it to variables, modifying one, and checking if changes affect the other depending on whether they share the same object.