Created
August 2, 2015 23:00
-
-
Save morganney/1a291cf95fd6c321f403 to your computer and use it in GitHub Desktop.
Convert Object with Iterator to an Array with Spread Operator
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
console.log([...obj]); // ['b', 'symbol', 'bar'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment