deleting element in array results in null value
Open
bug
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
We should re-index the values of an array if you delete the 0th element.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that deletes elements from arrays in the CLI and reproduce deleting the element at index 0. Check how the resulting values are represented, then verify that deletion re-indexes the remaining array values and no longer produces a null value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100