Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 084e58b

Browse files
authored
Added a new code example for arrays (#3454)
Checkout the demo: https://editor.p5js.org/yathy2007/full/jdwQTinI1
1 parent 8bb1d18 commit 084e58b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_beginners/p5js/7.1-what-is-an-array.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ video_id: VIQoUghHSxU
66
web_editor: DmwVbhOZ
77
repository: p5js/7.1-what-is-an-array
88
can_contribute: true
9+
10+
contributions:
11+
- title: "Array Elements"
12+
author:
13+
name: "Yatharth"
14+
url: "https://github.com/yathy2007/"
15+
url: "https://editor.p5js.org/yathy2007/full/jdwQTinI1"
16+
source: "https://editor.p5js.org/yathy2007/sketches/jdwQTinI1"
917
---
1018

11-
This video covers the basics on using arrays in JavaScript. What do they look like, how do they work, when should you use them?
19+
This video covers the basics on using arrays in JavaScript. What do they look like, how do they work, when should you use them?

0 commit comments

Comments
 (0)