melanieseltzer / es6-all-the-things

Collection of ES6 goodies for next-level dev 🤓💻
https://melanieseltzer.github.io/es6-all-the-things/
207 stars 23 forks source link

Use querySelectorAll in Array.from() snippet #4

Closed melanieseltzer closed 6 years ago

melanieseltzer commented 6 years ago

Documenting for later. querySelector only selects first item. Whoops.