Показать сообщение отдельно
  #61 (permalink)  
Старый 02.02.2010, 22:18
Аватар для B@rmaley.e><e
⊞ Развернуть
Отправить личное сообщение для B@rmaley.e><e Посмотреть профиль Найти все сообщения от B@rmaley.e><e
 
Регистрация: 11.01.2010
Сообщений: 1,810

https://developer.mozilla.org/en/Cor...tyIsEnumerable
Цитата:
Every object has a propertyIsEnumerable method. This method can determine whether the specified property in an object can be enumerated by a for...in loop, with the exception of properties inherited through the prototype chain. If the object does not have the specified property, this method returns false.
По-русски из документации
Ответить с цитированием