Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const name = value('Roger Rabbit')
  2. watch(name, cb)
  3. name.value = 'Jessica Rabbit'
  4. // watch IS called because the 'value' property was changed, not the name itself
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement