6 lines
123 B
Markdown
6 lines
123 B
Markdown
|
|
You can think of an array as a list of things. For example a shopping list might look like
|
|
|
|
```js
|
|
["Apple", "Orange"]
|
|
``` |