Skip to content

Commit 689f003

Browse files
committed
fixed some spacing in trivia.js
1 parent 0ed53e8 commit 689f003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Week3/homework/js-exercises/trivia-app

Week3/homework/js-exercises/trivia-app/trivia.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function main() {
2020
let questionsLiEl;
2121
data.results.forEach(result => {
2222
const { question } = result;
23-
2423
const correctAnswer = result.correct_answer;
24+
2525
// Decode special characters appeared in the data that fetched(using jquery)
2626
const parsedQuestion = $('<textarea />')
2727
.html(question)

0 commit comments

Comments
 (0)