tutorial 3: declaring and using arrays and objects
watch it on YouTube
Concepts Covered
- how to code an object and assign literal values
to properties
- how to read values from object properties
- how to declare an array
- how to initialize an array with a for loop
- how to report all values in an array
- how to remove a member from an array
- how to find the length of an array