Created
October 18, 2016 18:21
-
-
Save tristanpendergrass/64286ae195095357e9176867ff456a0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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