Back to Freecodecamp

Array Basics

curriculum/challenges/english/blocks/introduction-to-arrays/array-basics-video.md

latest401 B
Original Source

--description--

In this video, you will learn about arrays.

--questions--

--text--

What is an array?

--answers--

A collection of unrelated data stored randomly in memory.


A function that stores numbers temporarily.


An ordered collection of values where each element can be referenced by an index.


A type of loop used to iterate over numbers.

--video-solution--

3