",
somethingElse : " "
});
then, I want to loop it.
I have this:
for(item in list){
let name = item.name;
sendMessage(welcome ${name}});
};
But if I have a lot of items inside that array, what should I do? I don't want to send 50 messages, for example.
what you want do to?
Обсуждают сегодня