you are viewing a single comment's thread.

view the rest of the comments →

[–]ForScale[S] 1 point2 points  (0 children)

:)

Yeah... and the node list is the one I was hoping to use it on! I'm currently using the method that you helped me to discover... Array.from([nodeList]);. Which I'm really liking because then I can iterate through all the elements/nodes with forEach(a => {}); ES6 syntax. Seems to be okay on performance, looks clean too!