Hacker News new | ask | show | jobs
by fennecbutt 479 days ago
You've been able to `const [, a, b] = tuple;` for a wee while now FYI.

But yeah for every other time most linters will accept _ as "ignore this".

2 comments

I had no idea that was a thing!

Thanks for teaching me something today.

Oh yeah, I always forget about that.