When event.clientX is greater than 200 it writes both of the variables | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

When event.clientX is greater than 200 it writes both of the variables

https://code.sololearn.com/WPPeiDfujm3S/?ref=app

17th Jan 2021, 1:20 PM
Radwa Hamdy
2 Antworten
+ 2
Line 21: if(pl== true) Line 26: if(not==true) Don't forget = is assignment Operator == is comparison operator
17th Jan 2021, 1:32 PM
Vadivelan
0
Thanks
17th Jan 2021, 1:33 PM
Radwa Hamdy