Skip to content

Commit c8518a4

Browse files
authored
update
1 parent da252b2 commit c8518a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

03_quiz-app/script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// --- 1. QUIZ DATA AND STATE ---
21
const quizData = [
32
{
43
question: "What is the capital of Uttar Pradesh?",
@@ -154,4 +153,4 @@ restartBtn.addEventListener('click', () => {
154153
});
155154

156155

157-
loadQuestion();
156+
loadQuestion();

0 commit comments

Comments
 (0)