How to avoid undefined in string concatenation?

后端 未结 2 2171
无人共我
无人共我 2021-01-18 23:17

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         


        
2条回答
提交回复
热议问题