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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.185.96