Javascript Property with three dots (…)

That is not ES6 but has only been added in ECMAScript 2018.

It is called “Object Rest/Spread Properties” and is part of the Spread Syntax.

Leave a Comment