Last Updated: February 25, 2016
·
278
· atomita

[CoffeeScript]scanning of the array

scanning of the array

arr = [1..10]
for val,idx in arr
    console.log idx