1.2.3 Length

There are times we wish to know how many items are in our array. We can do this with the length property. For example…

The aforementioned code will output the number 3 for the number of values within the array.