Y
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
ufo
397 days ago
If you accidentally store nil in an array it creates "holes" inside an array, which breaks the length (#) of the array.
link