Created
September 2, 2016 19:29
-
-
Save grekko/543191d5845dd1709e0f9b265c5c5521 to your computer and use it in GitHub Desktop.
Medium: NodeList to Array
This file contains 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
Array.prototype.slice.call(headlines).constructor | |
// => function Array() { [native code] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment