Hi,
May I noe how can I remove all elements in an array? I got a quiz where it will store the questions which the user has answered wrongly in an array n when the user press the “try again” button, he will go back to the first question again. I want the array to b reset n restore the questions tat answer wrongly again. Can anyone help mi? Thanx in advance…
For instance:
tempArray = new Array();
tempArray.push(dom1);