ECMAScript - Object Rest/Spread Properties in ES2018 (ES9)

added by JavaScript Kicks
3/30/2018 7:08:17 AM

825 Views

This article will examine the "Object Rest/Spread Properties" proposal which has been reached stage 4 in the TC39 process and will be included as part of ES2018 (ES9) specification. To better understand what the proposal brings - we should get acquainted with rest and spread operators in the context of array destructuring and array literals.


0 comments