Skip to content

Instantly share code, notes, and snippets.

@kvendrik
Created April 9, 2019 11:54
Show Gist options
  • Save kvendrik/c2818530d128881656f989568b205735 to your computer and use it in GitHub Desktop.
Save kvendrik/c2818530d128881656f989568b205735 to your computer and use it in GitHub Desktop.
Bind decorator Medium article
function bind(classContex) {
return method.bind(classContex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment