You may have noticed the parentheses after the type. We use these to initialize the array, meaning it's ready to use.

Let's initialize the friends array once more.

Good work. The parentheses ensure that the array is ready for action. 

To make sure an array is ready to use, we need to specify the type we want followed by an empty parentheses.