{"json_modified": "2015-09-21T10:40:46.373382", "slug": "Web/JavaScript/Aufz\u00e4hlbarkeit_und_Zugeh\u00f6rigkeit_von_Eigenschaften", "tags": [], "locale": "de", "title": "Aufz\u00e4hlbarkeit und Zugeh\u00f6rigkeit von Eigenschaften", "translations": [{"title": "Enumerability and ownership of properties", "url": "/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties", "tags": ["JavaScript"], "summary": "Enumerable properties are those which can be iterated by a for..in loop. Ownership of properties is determined by whether the property belongs to the object directly and not to its prototype chain. Properties of an object can also be retrieved in total. There are a number of built-in means of detecting, iterating/enumerating, and retrieving object properties, with the chart showing which are available. Some sample code follows which demonstrates how to obtain the missing categories.", "localization_tags": [], "locale": "en-US", "last_edit": "2014-12-11T02:04:33", "review_tags": []}, {"title": "\u5c5e\u6027\u7684\u53ef\u679a\u4e3e\u6027\u548c\u6240\u6709\u6743", "url": "/zh-CN/docs/Web/JavaScript/Enumerability_and_ownership_of_properties", "tags": [], "summary": "\u53ef\u679a\u4e3e\u5c5e\u6027\u662f\u6307\u90a3\u4e9b\u53ef\u4ee5\u901a\u8fc7\u00a0for..in \u5faa\u73af\u00a0\u5faa\u73af\u904d\u5386\u5230\u7684\u548c\u5c5e\u6027.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2015-01-27T19:03:57", "review_tags": []}, {"title": "Caract\u00e8re \u00e9num\u00e9rable des propri\u00e9t\u00e9s et rattachement", "url": "/fr/docs/Web/JavaScript/Caract%C3%A8re_%C3%A9num%C3%A9rable_des_propri%C3%A9t%C3%A9s_et_rattachement", "tags": ["JavaScript"], "summary": "", "localization_tags": [], "locale": "fr", "last_edit": "2015-01-01T00:20:32", "review_tags": []}, {"title": "Enumeraci\u00f3n y propietarios de propiedades", "url": "/es/docs/Web/JavaScript/enumeracion_y_propietario_de_propiedades", "tags": ["Enumeraci\u00f3n", "Propiedades", "JavaScript"], "summary": "Las propiedades enumerables son aquellas que pueden ejecutarse repetidamente en un ciclo\u00a0ciclo for..in.", "localization_tags": ["inprogress"], "locale": "es", "last_edit": "2015-04-12T04:12:20", "review_tags": []}, {"title": "Enumerabilitat i pertanyen\u00e7a de les propietats", "url": "/ca/docs/Web/JavaScript/Enumerability_and_ownership_of_properties", "tags": [], "summary": "Les propietats enumerables s\u00f3n aquelles que es poden iterar en un bucle for..in. La pertanyen\u00e7a de les propietats \u00e9s determinada pel fet de si la propietat pertany directament a l'objecte en comptes de la seva cadena de prototipus. Les propietats d'un objecte tamb\u00e9 poden ser contades per a obtenir el nombre de propietats. Hi ha diverses formes de detectar, iterar/enumerar i obtindre les propietats d'un objecte. Es pot veure a la taula quines es poden emprar en cada cas. A continuaci\u00f3 trobareu un boc\u00ed de codi d'exemple on es mostra com otenir les categories no trobades.", "localization_tags": [], "locale": "ca", "last_edit": "2015-03-08T13:35:12", "review_tags": ["editorial"]}, {"title": "Enumerability and ownership of properties", "url": "/ja/docs/Web/JavaScript/Enumerability_and_ownership_of_properties", "tags": ["JavaScript"], "summary": "\u5217\u6319\u30d7\u30ed\u30d1\u30c6\u30a3\u306ffor..in loop\u306b\u3088\u3063\u3066\u53cd\u5fa9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3082\u306e\u3067\u3059\u3002\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u6240\u6709\u6a29\u306f\u3001\u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u305d\u306e\u30d7\u30ed\u30c8\u30bf\u30a4\u30d7\u30c1\u30a7\u30fc\u30f3\u306b\u3067\u306f\u306a\u304f\u3001\u76f4\u63a5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5c5e\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u306b\u3088\u3063\u3066\u6c7a\u5b9a\u3055\u308c\u307e\u3059\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u307e\u305f\u3001\u307e\u3068\u3081\u3066\u53d6\u5f97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u5229\u7528\u53ef\u80fd\u3067\u3042\u308b\u30c1\u30e3\u30fc\u30c8\u3092\u8868\u793a\u3057\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u3001\u691c\u51fa\u3001\u53cd\u5fa9/\u5217\u6319\u3001\u304a\u3088\u3073\u53d6\u5f97\u306e\u30d3\u30eb\u30c8\u30a4\u30f3\u306e\u591a\u304f\u306e\u624b\u6bb5\u304c\u3042\u308a\u307e\u3059\u3002\u3044\u304f\u3064\u304b\u306e\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u306f\u3001\u4e0d\u8db3\u3057\u3066\u3044\u308b\u30ab\u30c6\u30b4\u30ea\u3092\u53d6\u5f97\u3059\u308b\u65b9\u6cd5\u3092\u793a\u3057\u3066\u3044\u307e\u3059\u3002", "localization_tags": ["inprogress"], "locale": "ja", "last_edit": "2015-06-04T21:50:14", "review_tags": ["editorial"]}], "modified": "2015-09-21T10:40:43", "label": "Aufz\u00e4hlbarkeit und Zugeh\u00f6rigkeit von Eigenschaften", "localization_tags": ["inprogress"], "url": "/de/docs/Web/JavaScript/Aufz%C3%A4hlbarkeit_und_Zugeh%C3%B6rigkeit_von_Eigenschaften", "last_edit": "2015-09-21T10:40:37", "summary": "Enumerable properties are those which can be iterated by a for..in loop. Ownership of properties is determined by whether the property belongs to the object directly and not to its prototype chain. Properties of an object can also be retrieved in total. There are a number of built-in means of detecting, iterating/enumerating, and retrieving object properties, with the chart showing which are available. Some sample code follows which demonstrates how to obtain the missing categories.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Obtaining_properties_by_enumerabilityownership", "title": "Obtaining properties by enumerability/ownership"}, {"id": "Detection_Table", "title": "Detection Table"}, {"id": "See_also", "title": "See also"}], "id": 161951, "review_tags": []}