Creating an array

You can create an array by assigning some initial values to it. Type the following into your playground and run it:

// Arrays
// Creating an array
var shoppingList = ["Eggs", "Milk"]

Next, you'll learn how to find out how many items there are in an array.

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

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