# JavaScript

Make node list into an array

Make iterating through a set of DOM nodes easy by turning a Node List into an array.

Link

Nested Destructuring

I always forget the syntax for nested object destructuring. So I wrote this article so that I don't forget again.

Link