+ 2
Why is the boolean operator not working here?
I can't use the function "turnback( );" with help of (i == 1) {...} https://code.sololearn.com/WaHGl5IV7U8T/?ref=app
1 Respuesta
0
when you click the button the function gets executed and the execution does not continue to check for i == 1 again.