CourseLearn Programming Using Scratch & Javascript
AboutLessonsComments

Array

In a typical real-world program, more often, we have to deal with a list of something. In this lesson, we are going to learn how to use Array to represent the list. Then we'll be seeing it in action with his close friend, Iteration.