DEV Community

Discussion on: DOM manipulation - using Array method on HTML tags

Collapse
 
smlka profile image
Andrey Smolko

Nice, I did not know that Array.from also works with array-like object!
It is cleaner syntax then e.g. Array.prototype.filter.call(pokemon, ....);