Tell us what’s happening:
Describe your issue in detail here.
Your code so far
const myArray = [50, 60, 70];
console.log(myArray[0]);
const myData = myArray[1];
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14268.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.209 Safari/537.36
Challenge: Basic JavaScript - Access Array Data with Indexes
Link to the challenge: