Created
May 19, 2016 14:49
-
-
Save dskecse/472a6830851d4894c596f3db59a2209f to your computer and use it in GitHub Desktop.
es.next single-argument class method
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
class User { | |
// ... | |
handleChange = e => { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment