Array Manipulation
Steven Grindle
Steven Grindle
Manupulating Arrays and display the results in a popup window or an alert.
This web page is best viewed using Firefox version 2 at a screen resolution of 1024x768.
Clicking item 1 will create a pop up window. Clicking the other items creates alert windows.
Create an array
called
pres
and add the following names to this array in the following order.
Washington, Adams, Lincoln, Bush, Clinton, Nixon, Truman
Order Alphabetically
Put the previous list in alphabtical order.
Change Array
Replace Clinton with Tyler and replace Truman with Cleveland.
New Pres List
Put the previous list in reverse alphabetical order.
Concat Array
Append John, George, Ringo, Paul to the array above.