DEV Community

Discussion on: 4 JavaScript ES2018 Features You Should Know

Collapse
 
alexdevero profile image
Alex Devero

The example is in the artcile:
const { one, {...secondLevel }, ...firstLevel } = { /* some properties */ }