0
Why is it not working?
Im new to coding so it looks bad. It's supposed to be a password thingy. When there were errors in java, html seems fine. When the java was fixed, it wasnt showing the things it was supposed to show. Maybe it works for yours but it doesnt work for mine. Idk anymore. Is it working for u guys? If not whats the problem https://code.sololearn.com/Wbn1M4VILR8W/?ref=app
4 Respuestas
+ 1
What are trying to do exactly? Code is really not self explanatory.
Please re-write your question properly with problem you have.
+ 1
Josh, It's not clear what output you supposed to see... please, provide us with some details.
0
Josh Zaphyrr
This is wrong
if (...) {
alert ("Solve it");
else {
correctAns ()
}
}
It should be
if (...) {
alert ("Solve it");
}
else {
correctAns ()
}