10-projects-10-hours
10-projects-10-hours copied to clipboard
Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')
Facing an issue while updating minutes and seconds, it throws an error: Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')
- use innerText
- make sure that you have added defer attribute in your script tag, so that js engine will parse html properly