Показать сообщение отдельно
  #6 (permalink)  
Старый 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.
...
Ответить с цитированием