Femi Oladipo
Results
2
issues of
Femi Oladipo
## Proposed ```js const ar = ['apple', '1A', 'math']; R.nthEq(2, 'math', ar); //=> true R.nthEq(-1, 'math', ar); //=> true ``` - All indexing semantics would be the same as `R.nth`...
# Description ## Type of change - [x] Bug fix _(non-breaking change which fixes an issue)_ - [ ] New feature _(non-breaking change which adds functionality)_ - [ ] **Breaking...