0
How to create a Quiz game using Java script
I need help with this project please.
2 Respuestas
+ 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
0
thank u