mastodon
TIL #ruby:
given:`a=[1,2,3]`as expected:1. `a[0,3]` [1,2,3]2. `a[3,3]` []unexpected:3. `a[4,4]` nilexpected behaviour on #3:`a[4,4]` => []
#programming
Go to the original link.
Maakt deel uit van de murb ♥︎ ruby-collectie