What is SpreadElement in ECMAScript documentation? Is it the same as Spread syntax at MDN?
The term “spread operator” is kind of an “umbrella term” that refers to various syntactic constructs in ES6 which all look like …x. MDN does the same. However, this is misguiding, because … is not an operator (at least not in the sense the ECMAScript spec uses the term “operator”). It doesn’t generate a value … Read more