I have a function that takes a random element from an array and, at the press of a button, returns the random value to an output. The code is as follows: So far the code is working perfectly, returning to the output a random value from the “questions” array. However, I need to take it a step further. I need