diff --git a/index.js b/index.js index 3d086c0..001595c 100644 --- a/index.js +++ b/index.js @@ -111,6 +111,11 @@ function nextQ() { } function prevQ() { + questionCounter--; + setQ(questionCounter); + if (questionCounter > 0) +} + } function questionSubmit() {