/JS-Arrays

Primary LanguageJavaScript

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