kishore6445 May 7, 2020 at 4:55 am answers.push is not working .. its not pushing correct answer into the list Reply
William May 7, 2020 at 5:04 am Check around line #109 You should see this code: let answers = question.incorrect_answers.slice(); answers.push(question.correct_answer); Do you have this code? Reply
answers.push is not working .. its not pushing correct answer into the list
Check around line #109 You should see this code:
let answers = question.incorrect_answers.slice();
answers.push(question.correct_answer);
Do you have this code?