🎓Bug or feature? Array

by Franz Kock

Version 1 (November 7, 2023)

Download (9 downloads)

Is it a bug or a feature?
❓["a","b"][-3]="a"

This is ok!
✔️["a","b"][2]=null
✔️["a","b"][1]="b"
✔️["a","b"][0]="a"
✔️["a","b"][-1]="b"
✔️["a","b"][-2]="a"

See: https://www.reddit.com/r/AutomateUser/comments/17pvmfb/bug_or_feature_ab3_a/

5.0 average rating from 1 reviews

5 stars
1
4 stars
0
3 stars
0
2 stars
0
1 star
0
Reports
0

Rate and review within the app in the Community section.