Skip to content

Instantly share code, notes, and snippets.

@Jexordexan
Last active August 6, 2019 22:08
Show Gist options
  • Save Jexordexan/b5e596fa03af80b68ba6b5eb90473a63 to your computer and use it in GitHub Desktop.
Save Jexordexan/b5e596fa03af80b68ba6b5eb90473a63 to your computer and use it in GitHub Desktop.
let name = 'Roger Rabbit'
watch(name, cb) // equal to watch('Roger Rabbit', cb)
name = 'Jessica Rabbit'
// watch is never called, name was completely reassigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment