Well done!
You have completed Structure and Implementation Quiz!
Quiz Question 1 of 5
You are given the following array in JavaScript:
const data = [5, "hello", [3, 7, 2], { key: "value" }, null];
If you need to access the value "value
" stored within the object in the array, which of the following options would you use?
Choose the correct answer below: