0
Uncaught type error
Please why am I getting the error "Uncaught type error, cannot set property (method) of null" Even though my code is fine,
2 Answers
+ 1
Window.onload=function() {
//your code
}
Try this
+ 1
Thank you so much sir. It worked
Please why am I getting the error "Uncaught type error, cannot set property (method) of null" Even though my code is fine,