Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
Chris Riederer edited this page May 3, 2016 · 1 revision

Array Exercises

Basic exercise: print all elements of an array, using the .length property. https://jsbin.com/rowowu/2/edit?js,console

More advanced: A "to do" list project. Students add or drop elements from an array. Code given to the student displays the array on the screen. Students learn how to use array methods, and also how to work with other functions as a black box. http://jsbin.com/yifuze/4/edit?js,output

Sample Slides

Array lesson 1

Array review

Clone this wiki locally