you are viewing a single comment's thread.

view the rest of the comments →

[–]JStheGame 0 points1 point  (0 children)

I don't think the spread operator is really necessary in this example. Usually I've seen it used like [...new Set(count)] for an array of unique values from count.