How do I iterate through an array with an index?
You're probably familiar with iterating through an array or hash:
Normally, you'd iterate through it with something like this:
Which would generate this output:
Tekfly
Yabox
Vinder
Skiptube
Fivespan
But what if we wanted to iterate through with an index (maybe for use in css or