Build-A-Quiz-App-With-HTML-CSS-and-JavaScript icon indicating copy to clipboard operation
Build-A-Quiz-App-With-HTML-CSS-and-JavaScript copied to clipboard

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

Open AAdewunmi opened this issue 2 years ago • 0 comments
trafficstars

Hi,

Had this error and found a solution. It's caused by a typo: "quesiton". Check out -> File: game.html Line 14: <h2 id="**quesiton**">What is the answer to this questions?</h2> Easy fix! 😎

AAdewunmi avatar Jul 05 '23 06:07 AAdewunmi