adding captions to call out video content

This commit is contained in:
Jen Looper
2021-01-06 10:33:34 -05:00
parent 2c23a23399
commit e1e3a9ba39
7 changed files with 13 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ This lesson covers the basics of JavaScript, the language that provides interact
[![Arrays and Loops](https://img.youtube.com/vi/Q_CRM2lXXBg/0.jpg)](https://youtube.com/watch?v=Q_CRM2lXXBg "Arrays and Loops")
> Click the image above for a video about arrays and loops.
## Arrays
Working with data is a common task for any language, and it's a much easier task when data is organized in a structural format, such as arrays. With arrays, data is stored in a structure similar to a list. One major benefit of arrays is that you can store different types of data in one array.