Arrays are a way of letting you have one variable that represents several variables. Objects are the combination of data and the methods used to manipulate the data. Object-Oriented Programming is built around the concepts of objects.
The purpose of the cheat sheet is to give you a summary of the main aspects of Arrays and Objects and assumes that you are already familiar with the earlier JavaScript Basics chapter. If you are not sure if you should read through this chapter, take a look at the cheat sheet provided and if you fully understand what is in the cheat sheet then feel free to skim or skip this chapter. I urge those readers to attempt the project just to make sure they really do understand the material but that is up to you.
The cheat sheet is located here. and is in my github repository located at https://github.com/BillySpelchan/FromScratchHTML_CSS_JS.
A cheat sheet covering the topics in this chapter.
A breakdown of the chapter topics.
Arrays allow you to store a list of items as a single variable.
Target release date July 6th, 2025
Target release date July 13th, 2025
Target release date July 20th, 2025
Target release date July 27th, 2025
Target release date August 10th, 2025
Target release date August 17th, 2025
Target release date August 24th, 2025
Target release date September 7th, 2025
Target release date September 14th, 2025
Target release date September 21st, 2025
Target release date October 5th, 2025
Target release date October 19th, 2025