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

Build a Quiz App with HTML, CSS, and JavaScript

Results 23 Build-A-Quiz-App-With-HTML-CSS-and-JavaScript issues
Sort by recently updated
recently updated
newest added
trafficstars

Uncaught TypeError: Cannot set property 'innerText' of null

It would be better if you included the demo of your website link of the app in the documentation as well as in the about repository details.

Hi, I'm get this error message when I try to execute fetch. Any ideas for a fix? Thanks

Hi, Had this error and found a solution. It's caused by a typo: "quesiton". Check out -> File: game.html Line 14: `What is the answer to this questions?` Easy fix!...

Changes made to Track correct answers, Calculate a percentage score, Display final results