can i know a reason of the fail of my coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can i know a reason of the fail of my coding?

I made the code like this but it doesn't work. I can't see any output although I can see the prompt box can I know a reason?? var age = prompt("enter your age"); var isAdult = (age <18) ? "Too young": (age <30) ? "middle": (age <40)? "last": (age <50) ? "old":

19th Apr 2018, 4:53 AM
지승희
지승희 - avatar
0 Answers