Basic JavaScript - Access Array Data with Indexes

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:

??? The more you say, the easier it is for us to help!


This is not the first value in the array.

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