Basic Data Structures - Use an Array to Store a Collection of Data

Tell us what’s happening:
Describe your issue in detail here.
what am i supposed to do to complete this lesson?
Your code so far

let yourArray; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0

Challenge: Basic Data Structures - Use an Array to Store a Collection of Data

Link to the challenge:

1 Like

What exactly is the question?

The challenge requires you to assign an array to the variable yourArray that has at least 5 elements inside of it. One of them has to be a boolean (true or false), one has to be a number(choose any number you want) and one has to be a string( example : “hello world”)
If you are still confused I recommend you wath this video to know how arrays work in JS:

i don’t understand what exactly to type or do in the first lesson to complete it

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