Arrays
  1. Array pop and shift [View Source] [Download] [Mail it]
    Array.pop is a function that deletes and returns the last value in an array. Array.shift does the same with the first value of an array. This example shows you how to use these functions and make them available to IE.
Categories