Skip to content

Instantly share code, notes, and snippets.

@patrickheng
Created June 19, 2016 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickheng/4eb1dfdacff82d0d9fd04151ac585650 to your computer and use it in GitHub Desktop.
Save patrickheng/4eb1dfdacff82d0d9fd04151ac585650 to your computer and use it in GitHub Desktop.
Javascript-class-snippets
[ 'method1', 'method2' ]
.forEach( ( fn ) => this[ fn ] = this[ fn ].bind( this ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment