Skip to content

Instantly share code, notes, and snippets.

@swvitaliy
Created October 10, 2013 20:40
Show Gist options
  • Save swvitaliy/6925300 to your computer and use it in GitHub Desktop.
Save swvitaliy/6925300 to your computer and use it in GitHub Desktop.
function a() {
var l=console.log;
a.f1=function(){l(arguments);}
a.f2=function(){l(arguments);}
}
// a();
a.f1('test', 'm-m-m..!?');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment