Build-A-Quiz-App-With-HTML-CSS-and-JavaScript
Build-A-Quiz-App-With-HTML-CSS-and-JavaScript copied to clipboard
Uncaught TypeError: Cannot set properties of null (setting 'innerText')
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!
😎