florinpop17/10-projects-10-hours

Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')

syash7202 opened this issue · 1 comments

Facing an issue while updating minutes and seconds, it throws an error: Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')

image
image

  • use innerText
  • make sure that you have added defer attribute in your script tag, so that js engine will parse html properly