Skip to content

Comment on ES6 in Depth: Destructuringparent

Comments

You could just write:

         let [tenth_item] = somearray.slice(9)

You're missing the point here. Slice works with only part of the compound about to be ripped apart. However, destructuring with commas is generic. Example that has no simple slice method call:

    let [,second,,fourth,,sixth]
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.