Accessing an array element

You can use the array index to access its elements. Type and run the following code:

// Access the element at index 2 ("Milk")shoppingList[2]

"Milk" is displayed in the Results area.

Let's see how to assign new values to an index next.

Get iOS 13 Programming for Beginners - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.