DEV Community

Discussion on: Spread Syntax "Three-dots" Tricks You Can Use Now

Collapse
 
szymondziewonski profile image
Szymon Dziewoński • Edited

The reason you might use Array.prototype.slice.call() or [].slice.call() is because of lack support for IE for Array.from() and [...](spread operator) so even its good to know, its kind of useless as "trick" . Anyway thank you for rest examples, good to refresh memory :)

Collapse
 
girlie_mac profile image
Tomomi Imura 🐱

Ahhh IE. Web devs nowadays must be happier people that used to be.