When event.clientX is greater than 200 it writes both of the variables | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
+ 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