From bd9ecfb4980a4f5d47ac49e6496cf0efbedbca54 Mon Sep 17 00:00:00 2001 From: Arpi <44177688+arpiii@users.noreply.github.com> Date: Sat, 24 Sep 2022 08:05:00 -0400 Subject: [PATCH] Add content to JavaScript data structures subsection 100-arrays (#1855) --- .../100-indexed-collections/100-arrays.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/100-arrays.md b/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/100-arrays.md index 6bfa7b9a1..96581402c 100644 --- a/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/100-arrays.md +++ b/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/100-arrays.md @@ -1 +1,8 @@ -# Arrays \ No newline at end of file +# Arrays + +Arrays are objects that store a collection of items and can be assigned to a variable. They have their own methods that can perform operations on the array. + +Free Content +Working with Arrays in JavaScript +JavaScript Arrays +JavaScript Arrays \ No newline at end of file