But how do we get to these values? Well, arrays have positions, or index positions, for that. In order to access a value, we put its index in brackets after the array name.

See that? Like strings, months and days of the week, these index positions start at 0.

Are you sure that's the proper syntax?