History of Spread syntax Revision history for: English (US) Oct 20, 2016, 6:32:52 AM fscholz clear review Previous Oct 10, 2016, 2:36:33 AM fhinkel "Today" in the article is confusing. I replaced it with "Without ES6 spread" Previous Sep 25, 2016, 2:31:09 PM deveedutta Previous Sep 4, 2016, 6:01:43 AM vjwilson Previous Aug 9, 2016, 9:41:19 AM ramsunvtech Replaced the Spread Operator to Spread Syntax Previous Jul 30, 2016, 3:41:45 PM bergus no deep in copying Previous Jul 26, 2016, 7:53:46 AM deveedutta Previous Jun 19, 2016, 3:19:45 AM d4nyll Removed example on Destructuring Assignment. Destructuring assignment actually uses the rest operator, which looks exactly the same as the spread operator. Previous Jun 6, 2016, 3:14:38 AM fscholz Revert to revision of 2016-04-18 02:28:09 by Sheepy: "Spread is an operator." Previous Jun 5, 2016, 6:53:09 PM Robg1 Spread is not an operator, it's a punctuator. In conjunction with an assignment expression, it becomes a SpreadElement.