Skip to content

Commit 335a7b6

Browse files
authored
Update script.js
1 parent aeab4ba commit 335a7b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

online quiz portal/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,5 @@ function queCounter(index){
209209
//creating a new span tag and passing the question number and total question
210210
let totalQueCounTag = '<span><p>'+ index +'</p> of <p>'+ questions.length +'</p> Questions</span>';
211211
bottom_ques_counter.innerHTML = totalQueCounTag; //adding new span tag inside bottom_ques_counter
212-
}
212+
}
213+

0 commit comments

Comments
 (0)