Basic JavaScript - Access Array Data with Indexes

Hello, I’m struggling with the below…

This is my code below:

const myArray = [50, 60, 70];
var myData = myArray[0];

Please provide a link to the step and a description of what about the instructions or error messages you need help with. Thanks

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.