Object rest/spread is now stage 3, per 2016.09.29 TC39 meeting. · tc39/proposals@142ac3c

https://github.com/tc39/proposals/commit/142ac3ce7f3f56989800260f029b76afe4a02e57

Move “Object Rest/Spread Properties” proposal to Stage 3.

let { x, y, ...z } = { x: 1, y: 2, a: 3, b: 4 };



blog comments powered by Disqus