I'm trying to access the first and second element of a multidimensional string array. Unsuccessfully.
Here is the code:
https://gist.github.com/anonymous/6868b2413a7220bf130a
If i replace the variables like this example:
var question = location[math[0]]
var question = location[math]
It works as intended but displays the answers.
What kind of quiz would that be?!