We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed53e8 commit 689f003Copy full SHA for 689f003
1 file changed
Week3/homework/js-exercises/trivia-app/trivia.js
@@ -20,8 +20,8 @@ function main() {
20
let questionsLiEl;
21
data.results.forEach(result => {
22
const { question } = result;
23
-
24
const correctAnswer = result.correct_answer;
+
25
// Decode special characters appeared in the data that fetched(using jquery)
26
const parsedQuestion = $('<textarea />')
27
.html(question)
0 commit comments