"JavaScript Basics (Retired)" was retired on March 27, 2020.

Well done!

You have completed Review Multidimensional Lists!

Quiz Question 1 of 1

Consider the following code:

bradys = [
    ["Marsha", "Carol", "Greg"],
    ["Jan", "Alice", "Peter"],
    ["Cindy", "Mike", "Bobby"],
]

Which of the following options would return "Alice"?

Choose the correct answer below:

Skip Quiz Review Video