Spread Syntax in JS

ref –
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax

Literal Objects

Arrays

Spread in Array Literals

[“head”, “shoulders”, “knees”, “and”, “toes”]

Spread in Object Literals