Arutyunyan Artyom (2018-04-25T15:45:53.000Z)
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20180425/16c607c5/attachment-0001.html>
artalar at ya.ru (2018-04-25T15:48:49.626Z)
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20180425/16c607c5/attachment-0001.html>

spread assignment not mutate, it reassign, like "+=" and other.
 
if (
('a = {...a,...b}'.length > 'a ...= b'.length) === ('n = n+1'.length > 'n += 1'.length)
) { console.log('why "addition assignment" is necessary, but "spread assignment" is not?'); }