Hacker News new | ask | show | jobs
by 90s_dev 397 days ago
I've never had an issue with =nil being delete. What problem does it cause?
1 comments

If you accidentally store nil in an array it creates "holes" inside an array, which breaks the length (#) of the array.