0

Запятая в начале цикла

Имеем цикл: for (z=50; z<=60; z++) { document.write(", " + z); } Как убрать запятую в начале цикла?

29th Jul 2019, 5:59 PM
Dmitriy Yandere
Dmitriy Yandere - avatar
2 Answers
+ 2
You can see three possible solutions to add comma after each element in the code. Hope it helps you 😉 https://code.sololearn.com/W1Z2Ybvyd3at/?ref=app
29th Jul 2019, 7:04 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
0
Thanks)
29th Jul 2019, 7:23 PM
Dmitriy Yandere
Dmitriy Yandere - avatar