From 084e58b8a3de4083b6aa366de1058b475cd53295 Mon Sep 17 00:00:00 2001 From: yathy2007 <95642891+yathy2007@users.noreply.github.com> Date: Wed, 22 Dec 2021 22:22:26 +0530 Subject: [PATCH] Added a new code example for arrays (#3454) Checkout the demo: https://editor.p5js.org/yathy2007/full/jdwQTinI1 --- _beginners/p5js/7.1-what-is-an-array.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_beginners/p5js/7.1-what-is-an-array.md b/_beginners/p5js/7.1-what-is-an-array.md index 35036a7f5b..b89631bed1 100644 --- a/_beginners/p5js/7.1-what-is-an-array.md +++ b/_beginners/p5js/7.1-what-is-an-array.md @@ -6,6 +6,14 @@ video_id: VIQoUghHSxU web_editor: DmwVbhOZ repository: p5js/7.1-what-is-an-array can_contribute: true + +contributions: + - title: "Array Elements" + author: + name: "Yatharth" + url: "https://github.com/yathy2007/" + url: "https://editor.p5js.org/yathy2007/full/jdwQTinI1" + source: "https://editor.p5js.org/yathy2007/sketches/jdwQTinI1" --- -This video covers the basics on using arrays in JavaScript. What do they look like, how do they work, when should you use them? \ No newline at end of file +This video covers the basics on using arrays in JavaScript. What do they look like, how do they work, when should you use them?