Web features explorer

Spread syntax

Widely available since 2022-07-15
Tags: javascript Groups: JavaScript

The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected.

Learning resources on MDN

Browser support

Specifications