Uncaught TypeError Cannot set properties of null setting innerHTML
This error occurs when you are trying to set the value of innerHTML property of a null object. This means that the element you are trying to access does not exist in the HTML document.
To resolve thi