I\'m iterating over an object and I want to concatenate the name of the service. This is my code:
var servizi; for(var i = 0; i < appointment.id_services
intialize variable to empty string
var servizi = "";