var positions = ['Яблоко','Груша','Апельсин','Банан'];
positions.forEach( function (fruit, index) {
// Start from index 0
fruit = index +' '+ fruit;
// Start from index 1
fruit = ( index + 1 ) +' '+ fruit;
});
console.log(positions[0]) // 0 - Яблоко
console.log(positions[0]) // 1 - Яблоко
console.log(['Яблоко','Груша','Апельсин','Банан'].reduce((p,c)=> (p.p+="\n"+p.i+++". "+c, p),{p:'',i:1}).p.trim());