/clg-js-8

CLG JavaScript Lesson 8

Primary LanguageJavaScript

clg-js-8

CLG JavaScript Lesson 8

All array code is in sttgame.js. Output to console and beachcombing.html

  • Create arrays
  • Loop through array iterations
  • Use push + pop methods to edit arrays
  • Output length of array
  • Demonstrate understanding of array index

Next I want to learn how to

  • Use array properties and methods to manipulate array items style on frontend
  • Learn more about the uses of arrays for complex data management