What is the good answer?
I think that this is a way to access to array objects
Your code so far
let myArray = ["a", "b", "c", "d"];
// Only change code below this line
myArray[0];
myArray[1];
myArray[2];
myArray[3];
// Only change code above this line
console.log(myArray);
Your browser information:
User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Challenge: Access an Array’s Contents Using Bracket Notation
Link to the challenge:
