{"json_modified": "2015-06-24T11:26:06.834983", "slug": "Web/JavaScript/Guide/colecciones_indexadas", "tags": [], "locale": "es", "title": "Colecciones con \u00edndice", "translations": [{"title": "Indexed collections", "url": "/en-US/docs/Web/JavaScript/Guide/Indexed_collections", "tags": ["Guide", "Method", "JavaScript"], "summary": "This chapter introduces collections of data which are ordered by an index value. This includes arrays and array-like constructs such as Array objects and TypedArray objects.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-04-22T03:02:52", "review_tags": []}, {"title": "Collections index\u00e9es", "url": "/fr/docs/Web/JavaScript/Guide/Collections_index%C3%A9es", "tags": ["Guide", "Array", "JavaScript"], "summary": "Ce chapitre pr\u00e9sente les collexions de donn\u00e9es qui sont ordonn\u00e9es par un indice. Cela inclue les tableaux et les objets semblables \u00e0 des tableaux tels que les objets Array et les objets TypedArray.", "localization_tags": [], "locale": "fr", "last_edit": "2015-06-01T03:44:35", "review_tags": []}, {"title": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0431\u043e\u0440\u044b \u0434\u0430\u043d\u043d\u044b\u0445", "url": "/ru/docs/Web/JavaScript/Guide/Indexed_collections", "tags": [], "summary": "\u0414\u0430\u043d\u043d\u0430\u044f \u0433\u043b\u0430\u0432\u0430 \u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442 \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u044f \u0441 \u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c\u0438\u00a0\u043d\u0430\u0431\u043e\u0440\u0430\u00a0\u0434\u0430\u043d\u043d\u044b\u0445, \u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u043d\u044b\u0445 \u043f\u043e \u0438\u043d\u0434\u0435\u043a\u0441\u0443. \u0413\u043b\u0430\u0432\u0430 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0432 \u0441\u0435\u0431\u044f \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432 \u0438 \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0445 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440, \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a\u00a0Array \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0438 TypedArray \u043e\u0431\u044a\u0435\u043a\u0442\u044b.", "localization_tags": ["inprogress"], "locale": "ru", "last_edit": "2015-05-27T05:11:28", "review_tags": ["editorial"]}, {"title": "Indexed collections", "url": "/ja/docs/Web/JavaScript/Guide/Indexed_collections", "tags": ["Guide", "Method", "JavaScript"], "summary": "\u3053\u306e\u7ae0\u3067\u306f\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5024\u306b\u3088\u308a\u9806\u5e8f\u4ed8\u3051\u3055\u308c\u305f\u30c7\u30fc\u30bf\u306e\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u914d\u5217\u3084Array\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3084TypedArray\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u3088\u3046\u306a\u914d\u5217\u306e\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u3092\u542b\u307f\u307e\u3059\u3002", "localization_tags": ["inprogress"], "locale": "ja", "last_edit": "2015-06-08T01:03:19", "review_tags": ["editorial"]}], "modified": "2015-06-24T11:26:03", "label": "Colecciones con \u00edndice", "localization_tags": ["inprogress"], "url": "/es/docs/Web/JavaScript/Guide/colecciones_indexadas", "last_edit": "2015-06-24T11:25:53", "summary": "Este c\u00e1pitulo presenta las colecciones de datos que son ordenadas por un\u00a0valor \u00ednidce. Esto incluye arrays y construcci\u00f3nes \"array-like\" tales como objetos\u00a0Array y objetos TypedArray .", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Objetos_de_tipo_matriz_o_Arreglo_array", "title": null}, {"id": "Creando_una_matriz_o_arreglo", "title": "Creando una matriz o arreglo"}, {"id": "Populating_an_array", "title": "Populating an array"}, {"id": "Referring_to_array_elements", "title": "Referring to array elements"}, {"id": "Understanding_length", "title": "Understanding length"}, {"id": "Iterating_over_arrays", "title": "Iterating over arrays"}, {"id": "Array_methods", "title": "Array methods"}, {"id": "Multi-dimensional_arrays", "title": "Multi-dimensional arrays"}, {"id": "Arrays_and_regular_expressions", "title": "Arrays and regular expressions"}, {"id": "Working_with_array-like_objects", "title": "Working with array-like objects"}, {"id": "Array_comprehensions", "title": "Array comprehensions"}, {"id": "Typed_Arrays", "title": "Typed Arrays"}, {"id": "Buffers_and_views_typed_array_architecture", "title": "Buffers and views: typed array architecture"}, {"id": "ArrayBuffer", "title": "ArrayBuffer"}, {"id": "Typed_array_views", "title": "Typed array views"}], "id": 153539, "review_tags": []}