Hacker News new | ask | show | jobs
by MaxGabriel 4521 days ago
This isn't a big deal, but the assignment in `featured = featured.delete_if...` isn't necessary since delete_if mutates the array.
1 comments

Good point, thanks for the correction.