Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tristanpendergrass/64286ae195095357e9176867ff456a0a to your computer and use it in GitHub Desktop.
Save tristanpendergrass/64286ae195095357e9176867ff456a0a to your computer and use it in GitHub Desktop.
snippet watch
$1.$watch(() => $1.$0, () => {
console.log('$1.$0 is', $1.$0);
});
endsnippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment