Title:
JavaScript Arrays Worksheet
Updated:
November 16, 2023
Task/Activity:
  1. Questions
  2. Coding Problems
A. Questions
  1. What is the term for items that are stored in an array?
Elements
  1. The position number of an item in an array is called what?
Index
  1. What is the index of the first value in an array?
0 (zero)
  1. True or False - The length of an array is always one greater than it's highest index.
True
B. Coding Problems

You'll use the form below in one of the coding problems:

Average Test Score Calculator
Enter three test scores in the form below (each score should be a number from 0-100). Then press the button to see the average of the three scores.





The average score will be displayed here