Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Pro
Pinned
505 contributions in the last year
Contribution activity
July 2020
- getify/packages Shell
Created an issue in tabatkins/proposal-item-method that received 16 comments
Can we distinguish that item(..) either found a value at an index or not?
What happens to these corner cases?
[ ].item(0)
[ ].item(-1)
[ 1 ].item(2)
[ 1 ].item(-2)
16
comments