I'm having issues randomizing the values in this array and displaying them for a specific test, using radio buttons. I want to randomize it so that the answers wouldn't appear in the same place for other questions.
let wrong_answers = [1990, 1991, 1992, 1994];
let right_answer = [1993];
let question_options = [test.right_answer].concat(test.wrong_answers);