Created
October 13, 2015 15:38
-
-
Save ithinkihaveacat/48e8d6737e9531b326f9 to your computer and use it in GitHub Desktop.
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
| Promise.all([1, 2]).then(Object.apply.bind((a, b) => { console.log(`a = ${a}, b = ${b}`) }, null)) | |
| // -> a = 1, b = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment