From 8044d5835c594d6fcb0a6bfbb7cc3a831cc71795 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 11 Jul 2019 13:38:49 +0200 Subject: [PATCH] Typo --- uebung10/quiz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung10/quiz.html b/uebung10/quiz.html index ce5a0b4..aa02c2e 100644 --- a/uebung10/quiz.html +++ b/uebung10/quiz.html @@ -127,7 +127,7 @@ function getQuestions() { request.onreadystatechange = function () { if (this.readyState === 4 && this.status === 200) { - console.log(JSON.parse(this.respnseText)); + console.log(JSON.parse(this.responseText)); questions = JSON.parse(this.responseText);