iodide-project / iodide-project/iodide
reps should handle arrays with properties
Open
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
for example, regexes return arrays with string properties:
`/a/.exec("ablllkbakjbkjabjbasdfsd")`
but there is no way to see the string properties in the rep.
also, js is annoying for allowing this kind of stupid thing.
Contributor guide
Research direction
Start by reproducing the issue with the regex example `/a/.exec("ablllkbakjbkjabjbasdfsd")` and locate the rep implementation that renders array values. Done means the rep exposes the array's string properties as well as its indexed elements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100