Legend quest ยท reward 55 XP
Iterate with index.
Egg hatching ยท 0%
Finish every step to hatch your monster!
Step 1 / 6
๐พ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 }Tip: press Enter to continue