JavaScript Arrays

This is an array containing 5 items which are; Bull Shark, Great White Shark, Hammerhead Shark, Reef Shark and Tiger Shark.

Printing all the items in the Array


					

The total number of items in the Array


				

The (n)th numbered item in the Array. In this case the third (3).


				

Sorting an Array alphabetically.