How to create a Quiz game using Java script | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create a Quiz game using Java script

I need help with this project please.

11th Apr 2019, 4:11 PM
amos
amos - avatar
2 Answers
+ 1
there are lots of ways. simple would be to use if else. what is 4 x 4? if ( input === 12) { console.log (correct!) } else { console.log (bzzz wrong!) } so it depends on the complexity that you desire
12th Apr 2019, 12:52 AM
Jason Kennedy
0
thank u
28th Feb 2020, 9:58 PM
amos
amos - avatar