30.01.2011, 20:24
|
Интересующийся
|
|
Регистрация: 14.03.2010
Сообщений: 16
|
|
PeaceCoder, https://developer.mozilla.org/en/New_in_JavaScript_1.6
Цитата:
|
...There are seven new Array methods that can be separated into two categories, item location methods and iterative methods. The item location methods are:
indexOf() - returns the index of the given item's first occurrence.
lastIndexOf() - returns the index of the given item's last occurrence.
...
|
|