We're also able to create arrays with values already inside. We can add these initial values by putting them in brackets.

Can you add an initial value to the trees array?

When we create arrays like this, we don't need to specify the type or use (). The initial values decide the type. Here, it's String.

The opening and closing brackets need to match.