Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
Which of the following is NOT true about arrays?
Arrays can only hold one type of object
Arrays cannot grow in size once they are initialized
Array indexes start at 1
Array values can be changed once they are initialized
A copy of an Array is a reference to that Array (changes to the copy will affect the original and vice versa)