Typo
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user