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
1 Resposta
+ 3
This is not a bug .You didn't declare the value of depth which you used in the for loop.