NodeList to array javascript ES6
var $ = document.querySelectorAll;
var headings = [ ... $('h1') ];
Read more about the spread-operator
This works fine in the latest FF as of now, others are catching up!
Written by hemanth
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#