なし
配列にある最後の要素を取り出し、それを返します。配列が空の場合は、undefined を返します。
var a = new Array("a","b","c"); var s = a.pop(); // sは"c"