When creating arrays we need a name and a type. We add the type inside brackets.

Let's add a type for the friends array.

Good job! Placing String between the opening and closing brackets creates an array that will contain values of the type String.

To specify the array type we need opening and closing brackets with a type inside.