Skip to content

Instantly share code, notes, and snippets.

@ycmjason

ycmjason/block5. Secret

Created February 26, 2020 16:26
Show Gist options
  • Save ycmjason/d3c73a220c572ef150c8e40a4c25dcec to your computer and use it in GitHub Desktop.
Save ycmjason/d3c73a220c572ef150c8e40a4c25dcec to your computer and use it in GitHub Desktop.
=== start p.x = 3 ===
setTarget === target -> true
{ key: 'x', value: 3 }
=== end p.x = 3 ===
=== start getting p.x} ===
getting setTarget[x]: 5
=== end getting p.x} ===
p.x: nope
=== start getting p.y} ===
getting setTarget[y]: undefined
=== end getting p.y} ===
p.y: nope
{ x: 5 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment