How to fix error of properties of null (reading, 'width') | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to fix error of properties of null (reading, 'width')

https://code.sololearn.com/WIk3RMHGPkqT/?ref=app I get that error how do I fix please check...

22nd Jul 2023, 2:21 PM
Indiphile Menziwa
Indiphile Menziwa - avatar
2 Answers
+ 4
#webCam Not #webcam
22nd Jul 2023, 3:08 PM
A͢J
A͢J - avatar
+ 1
JavaScript is case-sensitive, so these IDs must match exactly. As A͢J has pointed out. #webCam and #webcam, must be the same.
22nd Jul 2023, 6:07 PM
Chris Coder
Chris Coder - avatar