Am I the only one? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Am I the only one?

I feel like a right berk when doing the challenge section because I get simple math wrong... ...maybe a "test your knowledge" section that works the same WITHOUT an opponent could be added to the App?

28th Feb 2017, 5:54 PM
Waldemar Lassen
1 Answer
- 1
var x = prompt("yes or no"); var answer = x.toUpperCase(); if (answer==="YES") { alert("Please SoloLearn! Make this happen!"); } else { alert("Well some of us want this to happen..."); }
28th Feb 2017, 6:05 PM
Waldemar Lassen