how do you create a randomiser using arrays in javascript?
please help me fix this code. For context, I was trying to create a randomiser that responds with 'yes' or 'no' etc to whatever question the user inputs. The main question is how do I return a random item in…