{"json_modified": "2016-10-09T23:54:42.101243", "uuid": "647b4ac6-23a9-434d-8833-0ba1bfd8fca5", "title": "Object.values()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Object/values", "tags": ["ECMAScript7", "JavaScript"], "translations": [{"uuid": "20086a01-936b-4e8a-812c-d37088cc96ee", "title": "Object.values()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/values", "tags": ["Method", "Reference", "JavaScript", "Experimental", "Object"], "summary": "The Object.values() method returns an array of a given object's own enumerable property values, 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": [], "locale": "en-US", "last_edit": "2016-07-26T01:53:41", "review_tags": []}, {"uuid": "3e34cb1f-121f-486d-87f1-aa2a012be31e", "title": "Object.values()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Object/values", "tags": ["M\u00e9thode", "ECMAScript2016", "JavaScript", "Exp\u00e9rimental", "Object"], "summary": "La m\u00e9thode Object.values() renvoie un tableau contenant les valeurs des propri\u00e9t\u00e9s propres \u00e9num\u00e9rables d'un objet dont l'ordre est le m\u00eame que celui obtenu avec une boucle for...in (la boucle for-in est diff\u00e9rente car elle parcourt \u00e9galement les propri\u00e9t\u00e9s h\u00e9rit\u00e9es.", "localization_tags": [], "locale": "fr", "last_edit": "2016-07-26T03:45:37", "review_tags": []}, {"uuid": "b0bbcbbc-0b2c-4c24-8dd8-61ae8f132670", "title": "Object.values()", "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Object/values", "tags": [], "summary": "O m\u00e9todo\u00a0Object.values()\u00a0retorna um\u00a0array com os valores das\u00a0propriedades de um\u00a0dado\u00a0objeto, na mesma ordem provida pelo\u00a0for...in la\u00e7o (sendo\u00a0a diferen\u00e7a que o la\u00e7o\u00a0for-in tamb\u00e9m enumera\u00a0as propriedades na cadeia prototype).", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2016-09-30T08:58:38", "review_tags": []}, {"uuid": "6586a57e-3ac6-4770-930a-b5a816cd20da", "title": "Object.values()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/values", "tags": [], "summary": "Object.values()\u8fd4\u56de\u4e00\u4e2a\u5305\u542b\u6307\u5b9a\u5bf9\u8c61\u6240\u6709\u7684\u53ef\u679a\u4e3e\u5c5e\u6027\u503c\u7684\u6570\u7ec4\uff0c\u6570\u7ec4\u4e2d\u7684\u503c\u987a\u5e8f\u548c\u4f7f\u7528for...in\u5faa\u73af\u904d\u5386\u7684\u987a\u5e8f\u4e00\u6837(\u4e0d\u540c\u7684\u662f\uff1afor-in\u5faa\u73af\u540c\u65f6\u8fd4\u56de\u4e86\u8be5\u5bf9\u8c61\u539f\u578b\u94fe\u4e0a\u7684\u53ef\u679a\u4e3e\u5c5e\u6027\u503c\uff0c\u800cObject.values()\u4e0d\u5305\u62ec)\u3002", "localization_tags": ["inprogress"], "locale": "zh-CN", "last_edit": "2016-01-10T05:07:14", "review_tags": []}], "modified": "2016-10-09T23:54:41", "label": "Object.values()", "localization_tags": [], "locale": "ja", "id": 168813, "last_edit": "2016-10-09T23:54:25", "summary": "Object.values() \u30e1\u30bd\u30c3\u30c9\u306f\u5f15\u6570\u306b\u4e0e\u3048\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u6240\u6709\u3059\u308b\u5217\u6319\u53ef\u80fd\u306a\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u5024\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", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "\u69cb\u6587"}, {"id": "Parameters", "title": "\u5f15\u6570"}, {"id": "\u623b\u308a\u5024", "title": "\u623b\u308a\u5024"}, {"id": "Description", "title": "\u8aac\u660e"}, {"id": "Examples", "title": "\u4f7f\u7528\u4f8b"}, {"id": "Polyfill", "title": "\u30dd\u30ea\u30d5\u30a3\u30eb (Polyfill)"}, {"id": "Specifications", "title": "\u4ed5\u69d8"}, {"id": "Browser_compatibility", "title": "\u30d6\u30e9\u30a6\u30b6\u5b9f\u88c5\u72b6\u6cc1"}, {"id": "See_also", "title": "\u95a2\u9023\u60c5\u5831"}], "slug": "Web/JavaScript/Reference/Global_Objects/Object/values", "review_tags": []}