I'm making a quiz. I try to find a way to generate non repeating random numbers from an array. How can help me?
This is what I have:
questions = ["Q1", "Q2", "Q3", "Q4", "Q5", "Q6", "Q7"]
var randoms001 = Math.floor(Math.random() * questions.length);