We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeab4ba commit 335a7b6Copy full SHA for 335a7b6
online quiz portal/script.js
@@ -209,4 +209,5 @@ function queCounter(index){
209
//creating a new span tag and passing the question number and total question
210
let totalQueCounTag = '<span><p>'+ index +'</p> of <p>'+ questions.length +'</p> Questions</span>';
211
bottom_ques_counter.innerHTML = totalQueCounTag; //adding new span tag inside bottom_ques_counter
212
-}
+}
213
+
0 commit comments