Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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]




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: