Skip to content

Instantly share code, notes, and snippets.

@Shenglian
Created February 2, 2017 03:11
Show Gist options
  • Save Shenglian/e2dd0cc1a7ab25f6e2cd71ecd5e33c69 to your computer and use it in GitHub Desktop.
Save Shenglian/e2dd0cc1a7ab25f6e2cd71ecd5e33c69 to your computer and use it in GitHub Desktop.
show mulit console.log result
function showMyMultiResult(g){
return console.log.apply(this, g);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment