{"json_modified": "2016-10-09T23:49:39.602438", "uuid": "b5ca0252-40cd-45dc-8412-577a3fe33a00", "title": "Object.entries()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries", "tags": ["Method", "Reference", "JavaScript", "Experimental", "Object"], "translations": [{"uuid": "f9452455-65ab-4465-b854-e9380cb12ae7", "title": "Object.entries()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Object/entries", "tags": ["M\u00e9thode", "ECMAScript2016", "JavaScript", "Exp\u00e9rimental", "Object"], "summary": "La m\u00e9thode Object.entries() renvoie un tableau des propri\u00e9t\u00e9s propres \u00e9num\u00e9rables d'un objet sous la forme de paires [cl\u00e9, valeur], dans le m\u00eame ordre qu'une boucle for...in (la boucle for-in est diff\u00e9rente car elle parcourt la cha\u00eene des prototypes).", "localization_tags": [], "locale": "fr", "last_edit": "2016-07-25T03:34:22", "review_tags": []}, {"uuid": "16e2d57f-d7cf-4784-83c2-1b6b3289fcdc", "title": "Object.entries()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Object/entries", "tags": ["ECMAScript2016", "Method", "JavaScript", "Experimental", "Object"], "summary": "Object.entries() \u30e1\u30bd\u30c3\u30c9\u306f\u3001\u5f15\u6570\u306b\u4e0e\u3048\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u6240\u6709\u3059\u308b\u3001\u5217\u6319\u53ef\u80fd\u306a\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u7d44 [key, value] \u304b\u3089\u306a\u308b\u914d\u5217\u3092\u8fd4\u3057\u307e\u3059\u3002\u914d\u5217\u8981\u7d20\u306e\u9806\u5e8f\u306f for...in \u30eb\u30fc\u30d7\u306b\u3088\u308b\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059\uff08\u4e21\u8005\u306e\u9055\u3044\u3068\u3057\u3066\u3001for-in \u30eb\u30fc\u30d7\u3067\u306f\u305d\u306e\u4e0a\u30d7\u30ed\u30c8\u30bf\u30a4\u30d7\u30c1\u30a7\u30fc\u30f3\u5185\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3082\u5217\u6319\u3055\u308c\u307e\u3059\uff09\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2016-10-09T23:49:21", "review_tags": []}, {"uuid": "ba6dca38-4fce-4240-9250-c27b331d2ea1", "title": "Object.entries()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Object/entries", "tags": [], "summary": "The Object.entries() method returns an array of a given object's own enumerable property [key, value] pairs, in the same order as that provided by a for...in loop (the difference being that a for-in loop enumerates properties in the prototype chain as well).", "localization_tags": ["inprogress"], "locale": "ru", "last_edit": "2016-09-14T07:05:06", "review_tags": []}, {"uuid": "787b93b0-ba97-4690-bd1c-67f29859513b", "title": "Object.entries()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/entries", "tags": ["\u5bf9\u8c61", "Reference", "Object", "Experimental", "\u65b9\u6cd5", "JavaScript", "Method"], "summary": "Object.entries\u65b9\u6cd5\u8fd4\u56de\u4e00\u4e2a\u5305\u542b\u7531\u7ed9\u5b9a\u5bf9\u8c61\u6240\u6709\u53ef\u679a\u4e3e\u5c5e\u6027\u7684\u5c5e\u6027\u540d\u548c\u5c5e\u6027\u503c\u7ec4\u6210\u7684 [\u5c5e\u6027\u540d\uff0c\u5c5e\u6027\u503c] \u952e\u503c\u5bf9\u7684\u6570\u7ec4\uff0c\u6570\u7ec4\u4e2d\u952e\u503c\u5bf9\u7684\u6392\u5217\u987a\u5e8f\u548c\u4f7f\u7528for...in\u5faa\u73af\u904d\u5386\u8be5\u5bf9\u8c61\u65f6\u8fd4\u56de\u7684\u987a\u5e8f\u4e00\u81f4\uff08\u4e24\u8005\u7684\u4e3b\u8981\u533a\u522b\u662f for-in \u8fd8\u4f1a\u904d\u5386\u51fa\u4e00\u4e2a\u5bf9\u8c61\u4ece\u5176\u539f\u578b\u94fe\u4e0a\u7ee7\u627f\u5230\u7684\u53ef\u679a\u4e3e\u5c5e\u6027\uff09\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2016-07-27T03:38:53", "review_tags": ["editorial"]}], "modified": "2016-07-25T02:12:45", "label": "Object.entries()", "localization_tags": [], "locale": "en-US", "id": 168105, "last_edit": "2016-07-25T02:12:38", "summary": "The Object.entries() method returns an array of a given object's own enumerable property [key, value] pairs, in the same order as that provided by a for...in loop (the difference being that a for-in loop enumerates properties in the prototype chain as well).", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Return_value", "title": "Return value"}, {"id": "Description", "title": "Description"}, {"id": "Examples", "title": "Examples"}, {"id": "Converting_an_Object_to_a_Map", "title": "Converting an "}, {"id": "Polyfill", "title": "Polyfill"}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}], "slug": "Web/JavaScript/Reference/Global_Objects/Object/entries", "review_tags": []}