change the line before the end to be:
$w('#text48').text = ArrayList.splice(randomIndex,1)[0];
It should take the random word out of the array while assigning it to the text element;
change the line before the end to be:
$w('#text48').text = ArrayList.splice(randomIndex,1)[0];
It should take the random word out of the array while assigning it to the text element;