The power of spread and rest patterns in JavaScript

2 AllThingsSmitty 1 5/5/2025, 2:41:35 PM allthingssmitty.com ↗

Comments (1)

dtagames · 7h ago
This syntax does look strange the first time you encounter it, especially since the same syntax is used for two very different things. But once I adopted this religion, every other way of working with array or object values (combining, cutting, rearranging, copying, etc.) seems like an anti-pattern. These operators turn complex iterative testing and copying operations into simple declarative values.