In this usage, the three dots are also called spread operator . As the name implies, we can unpack items of a JavaScript iterable (string, array, object and so on) with it.
In this usage, the three dots are also called spread operator . As the name implies, we can unpack items of a JavaScript iterable (string, array, object and so on) with it.