let arr = [0,1,2,3,5,6,85];
arr.forEach(function(item){
   console.log(item)
})