Legend quest ยท reward 55 XP

Iterate with index.

๐Ÿฅš

Egg hatching ยท 0%

Finish every step to hatch your monster!

Step 1 / 6

๐Ÿ‘พ

each_with_index

Iterate with index. ๐Ÿ” Why it matters: Big teams use this so their code stays tidy and easy to fix.

a.each_with_index { |v,i| puts i }