Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.08 KB

Pursuit Logo

Arrays Lab

Practice getting familiar with arrays. Documentation link

Learning Objectives

  • Be able to key / index into an array
  • Be able to set values into an array
  • Be able to use push, pop, unshift, and shift
  • Be able to use .length property on an array.

Prerequisites

  • Experience with values types and operators

Getting Started

  • Fork this repo
  • Clone the forked repository
  • cd to the directory where you cloned it
  • npm install to install dependencies
  • npm test to run the tests

Note: Remember to git add, git commit and git push regularly

Submission Guidelines

  • When finished, commit and push your work.
  • Make a pull request on github.
  • Submit the link to your pull request on Canvas.

Resources