I've written up a Trivia Game in Javascript, but am having a hard time understanding how to correctly implement a timer for each question. I've made it so that each question gets presented individually, and I'd like to have a timer for each question. If the timer runs out, it should proceed to the next question.
Here is a link to JSFiddle
If someone could take a few minutes and modify the JSFiddle, or let me know what I'd have to do in order to make each question count down from 10, I'd greatly appreciate it. Thanks a lot!
linkto get around not posting any code with a fiddle is not what you are supposed to do. You should post your code here, because if for some reasonJSFiddlegoes down this question is useless to the community. Also, we are not here to review your code. If you have an issue or a challenge post some code where you have attempted the problem at hand.