Created
February 2, 2017 03:11
-
-
Save Shenglian/e2dd0cc1a7ab25f6e2cd71ecd5e33c69 to your computer and use it in GitHub Desktop.
show mulit console.log result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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