@ -6106,6 +6106,7 @@ const sum = (...arr) => [...arr].reduce((acc, val) => acc + val, 0);
<summary>Examples</summary>
```js
sum(1, 2, 3, 4); // 10
sum(...[1, 2, 3, 4]); // 10
```
The note is not visible to the blocked user.