let mass = array.map(function(item){ return item + ' : ' + prompt('На сколько поел ' + item + ' ?'); }) console.log(mass);