Uncaught TypeError: Cannot set property 'onmousemove' of null | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Uncaught TypeError: Cannot set property 'onmousemove' of null

I'm a beginner of JS Please Help me! How can I solve this error..? --> Uncaught TypeError: Cannot set property 'onmousemove' of null

27th Sep 2020, 11:34 AM
Rishbabh Sharma
Rishbabh Sharma - avatar
1 Réponse
+ 1
I assume you are trying to add a property to some DOM object. Now as the message says, you can not add property to variable with null as value. Now here is the probable cause for it: https://www.sololearn.com/post/7444/?ref=app
27th Sep 2020, 11:45 AM
Raj Chhatrala
Raj Chhatrala - avatar