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

11th May 2020, 6:01 AM
Josh Zaphyrr
Josh Zaphyrr - avatar
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.
11th May 2020, 6:11 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 1
Josh, It's not clear what output you supposed to see... please, provide us with some details.
11th May 2020, 6:16 AM
BALU
BALU - avatar
0
Josh Zaphyrr This is wrong if (...) { alert ("Solve it"); else { correctAns () } } It should be if (...) { alert ("Solve it"); } else { correctAns () }
11th May 2020, 6:56 AM
Ore
Ore - avatar