"JavaScript Basics (Retired)" was retired on March 27, 2020.
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: