They are bugs in solo learn please management should fix it. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

They are bugs in solo learn please management should fix it.

var days = 0; for (c=5; c<=depth; c=c+5){ days++; } console.log(days); I got the expected out put in the project but for some reason my answer got rejected. https://www.sololearn.com/discuss/2760007/?ref=app

21st Apr 2021, 11:57 PM
Al'ameen Amin
Al'ameen Amin - avatar
1 ответ
+ 3
This is not a bug .You didn't declare the value of depth which you used in the for loop.
22nd Apr 2021, 12:27 AM
The future is now thanks to science
The future is now thanks to science - avatar