Important facts: - Arrays are objects. The typeof operator returns "object" when you check an array. - You can store anything inside an array. This includes functions and other objects. - The length ...