Skip to content

Instantly share code, notes, and snippets.

@zacharytamas
Created June 23, 2015 17:20
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 zacharytamas/ec8cf783b814f7e54829 to your computer and use it in GitHub Desktop.
Save zacharytamas/ec8cf783b814f7e54829 to your computer and use it in GitHub Desktop.
var a = {
// This should be myFunc: function(a, b)
myFunc(a, b) {
console.log(a, b);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment