Question: Can anyone just code Js for this type of question. Thanks Trivia Game: Present the user with trivia question cards one at a time, along

Can anyone just code Js for this type of question. Thanks
Trivia Game: Present the user with trivia "question cards one at a time, along with a list of options to choose from (they can choose an option by clicking it). When they choose an answer, they get a new "card". Give them a bunch of questions one after another, and then give them their score. It's important that you only display one question at a time - don't present all the questions at once on a long scrolling page. Add minimum 3 questions. Requirements This is primarily a programming task. . . The page should present the user with a playable game of some kind in a format that will work ok for a laptop user. There should be a "help" button or link that displays some instructions for the user Your JavaScript functions should access and alter DOM elements in order to play the game (i.e. don't just use alerts, prompts and confirm boxes) You should alter some aspects of both content and style of DOM elements while the game pla The game should play from beginning to end with no bugs or errors in the JavaScript console . 1 . The page should have a consistent "look" using colors, fonts, and other styles. (It should look good.) See example on next page. JavaScript and CSS should be in separate files and stored in folders called css and js. The HTML, CSS, and JavaScript should contain no warnings or errors when loaded in NetBeans. All files should have a header comment with a brief description and your name. Each JavaScript function and variable should have a brief one line comment explaining what it does. Put this comment above the variable or function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
