That's the spread operator used in an array literal. In this case, it "explodes" a string into an array of chars.
Edit : Please flag your comment as a spoiler next time you post code.
Loading collection data...
That's the spread operator used in an array literal. In this case, it "explodes" a string into an array of chars.
Edit : Please flag your comment as a spoiler next time you post code.