Although we can identify arrays by their brackets, we create them using arrayOf().

Let's create an array of lottery numbers.

Awesome work! The values in an array are called elements.

Whoops! Here's a hint: the values we use to create the array go between the parentheses.