So, we have an array. However, before we can use it, we need to initialize it with the new keyword.

Let's initialize names and make it suitable for up to ten values, or elements!

Sweet! We can initialize an array with the new keyword, followed by the array's type and its capacity in brackets.

Are you sure that this doesn't just create a regular string?