The spread operator (the three dots of JavaScript) and its uses
The spread operator lists the contents of an iterable in a comma-separated list.
The spread operator lists the contents of an iterable in a comma-separated list.
Efficiently store property values and array elements in variables.
Easily extract properties from objects and store them in variables