I started to test my web site on google chrome and 'cannot call method 'join' of null' appears when doing this:
var sChoices = oQuestion.aChoiceRand.join("");
In IE and FF works well. What I'm trying to do with this code is to join all the 'aChoiceRand' array elements in a string without any separators. How can I solve this?