Tell us what’s happening:
I don’t even know where to start on this lesson. The explanation given in this exercise is not at all straight-forward. In fact, most of the JavaScript lessons have been very confusing and poorly instructed.
Your code so far
// Setup
var myArray = [[1,2,3], [4,5,6], [7,8,9], [[10,11,12], 13, 14]];
// Only change code below this line.
var myData = myArray[0][0];
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
.
Link to the challenge:
https://www.freecodecamp.org/challenges/access-multidimensional-arrays-with-indexes