Its amazing how little things like the extension P...
# announcements
d
Its amazing how little things like the extension Property
lastIndex
improve the readability of the code
👍 3
😱 1
a
ferranis: thank you for reminding. Just made a change from
length - 1
to
lastIndex
🙂
k
you can make your code even prettier by using
for (i in list.indices)