0
challenge errors
Hi, how to report bugs in challenges? I came across one now where the challenge does not accept a correct answer, but whom do I notify? I found the author and his profile but in the app there is no way to message him.
5 Answers
+ 16
You can send email at: info@sololearn.com
+ 5
Did you entered "88"?
+ 1
yes
+ 1
Sololearn stopped 2 times during my challenges.
0
the code was:
z=8;
zz=88;
y="SoloLearn";
x=y.toLowerCase();
if(x=="soloLearn"){
alert(z);
}
else{
alert(zz);
}