Skip to content

Instantly share code, notes, and snippets.

@Jexordexan
Created August 6, 2019 21:37
Show Gist options
  • Save Jexordexan/f0683dba20859c38298fcad8ef7431ae to your computer and use it in GitHub Desktop.
Save Jexordexan/f0683dba20859c38298fcad8ef7431ae to your computer and use it in GitHub Desktop.
const name = value('Roger Rabbit')
watch(name, cb)
name.value = 'Jessica Rabbit'
// watch IS called because the 'value' property was changed, not the name itself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment