+ 1
Please help me with code
I decided to make a function like "switch", but faster to write. But I have problems. Very stange... https://code.sololearn.com/WJ6e8DpMkGVK/?ref=app
8 Réponses
+ 2
If you will write Code in this way then you can understand easily.
Edited By @A J
https://code.sololearn.com/Wco2pRzteD1F/?ref=app
+ 2
Ashas Yiksvorogom Try to write Code in Html and open it on browser. And check in Console so you can get your answer. If you are facing any problem then ask again.
+ 1
Ashas Yiksvorogom Check in your code on line no 7
if("+v+"=="inp[t]
Check this. You didn't put + after ==
0
You have written if statement in " " . Why?
0
Ok, thx
0
But this dont works. Why "unexpected identifier"?
0
if("+v+"inp[t] e.t.c. - but i dont need + here.
0
Okay..