Contact: aviboots(AT)netvision.net.il
41,257 questions
53,766 answers
573 users
arr = ["ruby", "c++", "go", "php", "java"] arr.each_index do |index| puts index end # run: # 0 # 1 # 2 # 3 # 4