Created
September 12, 2016 17:16
-
-
Save sebm/9e7c186936940ba45b5dcdfbd31b1b70 to your computer and use it in GitHub Desktop.
tidbits
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
// iterate over a NamedNodeMap | |
Array.prototype.map.call(attributes, attr => `${attr.nodeName} = ${attr.nodeValue}` ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment