JavaScript Arrays Worksheet
Question 1
What is the term for items that are stored in an array?
The items stored in an array are called elements.
Question 2
The position number of an item in an array is called what?
The position number of an item in an array is called its index.
Question 3
The index of the first element in an array is 0.
Replace this text with the solution to the above question/problem.
Question 4
True or False - The length of an array is always one greater than it's highest index.
True, the length of an array is always one more than its highest index.
Coding Problems
Coding Problems - See the 'script' tag below this h3 tag. You will have to write some JavaScript code in it.
You'll use the form below in one of the coding problems: