emmastotz / vue-trivia-game

A Spongebob Squarepants themed trivia game. Built using nuxt.js.
1 stars 0 forks source link

ENH: Added more questions and gave each question an id. #1

Closed Frankie-Figz closed 4 years ago

Frankie-Figz commented 4 years ago

Added more questions / answers to the trivia.

Each question should have an id so as to be able to compare it against the array that will contain the answers.

No need to statically add the number as the array index can be used to number the questions.