andles / JS-Arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-Arrays

Fork this repo, clone your fork, then open arraysPractice.js and complete all the activities.
  • COMMIT AND PUSH YOUR CODE OFTEN!

Learning Objectives

  • Understand Arrays
    • their purpose
    • how to create an array
    • how to get values from arrays
    • array properties (length, push/pop, shift/unshift, split/join, splice/slice, reverse, indexOf
    • how to loop through an array

About


Languages

Language:JavaScript 100.0%