{"json_modified": "2015-12-11T11:22:26.612776", "slug": "Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": [], "locale": "pt-BR", "title": "Array.prototype.concat()", "translations": [{"title": "Array.prototype.concat()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": ["Array", "Array methods", "JavaScript"], "summary": "\u914d\u5217\u306b\u4ed6\u306e\u914d\u5217\u3084\u5024\u3092\u3064\u306a\u3044\u3067\u3067\u304d\u305f\u65b0\u3057\u3044\u914d\u5217\u3092\u8fd4\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-12T11:09:24", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": ["Array", "Prototype", "Method", "JavaScript"], "summary": "The concat() method returns a new array comprised of the array on which it is called joined with the array(s) and/or value(s) provided as arguments.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-07-01T16:58:20", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": [], "summary": "\u5c06\u4f20\u5165\u7684\u6570\u7ec4\u6216\u975e\u6570\u7ec4\u503c\u4e0e\u539f\u6570\u7ec4\u5408\u5e76,\u7ec4\u6210\u4e00\u4e2a\u65b0\u7684\u6570\u7ec4\u5e76\u8fd4\u56de.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2015-04-17T20:40:36", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/concat", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "Zwraca now\u0105 tablic\u0119 z\u0142o\u017con\u0105 z tablicy, na kt\u00f3rej wywo\u0142ano t\u0119 metod\u0119, po\u0142\u0105czonej z innymi podanymi tablicami lub warto\u015bciami.", "localization_tags": [], "locale": "pl", "last_edit": "2015-04-18T03:39:39", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/concat", "tags": ["Reference", "R\u00e9f\u00e9rence", "Array", "Prototype", "JavaScript", "Method"], "summary": "La m\u00e9thode concat() renvoie un nouveau tableau qui est le r\u00e9sultat de la concat\u00e9nation entre le tableau original et les arguments de la fonction qui sont des tableaux ou des valeurs.", "localization_tags": [], "locale": "fr", "last_edit": "2015-07-04T09:20:07", "review_tags": []}, {"title": "Array.prototype.concat", "url": "/tr/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": ["Array", "Prototype", "Method", "JavaScript"], "summary": "The concat() method returns a new array comprised of the array on which it is called joined with the array(s) and/or value(s) provided as arguments.", "localization_tags": ["inprogress"], "locale": "tr", "last_edit": "2015-04-29T05:42:06", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": ["Array", "Prototype", "Method", "JavaScript"], "summary": "\u041c\u0435\u0442\u043e\u0434 concat() \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043d\u043e\u0432\u044b\u0439 \u043c\u0430\u0441\u0441\u0438\u0432, \u0441\u043e\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u0438\u0437 \u043c\u0430\u0441\u0441\u0438\u0432\u0430, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0431\u044b\u043b \u0432\u044b\u0437\u0432\u0430\u043d, \u0441\u043e\u0435\u0434\u0438\u043d\u0451\u043d\u043d\u043e\u0433\u043e \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043c\u0430\u0441\u0441\u0438\u0432\u0430\u043c\u0438 \u0438/\u0438\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c\u0438, \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432.", "localization_tags": [], "locale": "ru", "last_edit": "2014-10-05T21:44:47", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/de/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": ["Methode", "Array", "Prototype", "JavaScript", "M\u00e9thode"], "summary": "Die Methode concat() konkateniert Arrays. Sie gibt einen neuen Array zur\u00fcck, der aus dem als Argument \u00fcbergebenen Array und/oder den \u00fcbergebenen Werten sowie dem Array besteht, auf dem diese Methode aufgerufen wurde.", "localization_tags": [], "locale": "de", "last_edit": "2015-08-18T13:54:43", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/Array/concat", "tags": [], "summary": "concat creates a new array consisting of the elements in the object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).", "localization_tags": ["inprogress"], "locale": "es", "last_edit": "2015-08-26T21:22:18", "review_tags": []}, {"title": "Array.prototype.concat()", "url": "/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "tags": ["\ubc30\uc5f4", "\ud504\ub85c\ud1a0\ud0c0\uc785", "\uba54\uc11c\ub4dc", "JavaScript"], "summary": "concat() \uba54\uc11c\ub4dc\ub294 \uc778\uc790\ub85c \uc8fc\uc5b4\uc9c4 \ubc30\uc5f4\uc774\ub098 \uac12\ub4e4\uc744 \uae30\uc874 \ubc30\uc5f4\uc5d0 \ud569\uccd0\uc11c \uc0c8 \ubc30\uc5f4\uc744\u00a0\ubc18\ud658\ud569\ub2c8\ub2e4.", "localization_tags": [], "locale": "ko", "last_edit": "2015-12-09T15:52:25", "review_tags": []}], "modified": "2015-12-11T11:22:24", "label": "Array.prototype.concat()", "localization_tags": [], "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/concat", "last_edit": "2015-12-11T11:22:19", "summary": "O m\u00e9todo concat() retorna um novo array contendo todos os arrays ou valores passados como par\u00e2metro", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Summary", "title": "Sum\u00e1rio"}, {"id": "Syntax", "title": "Sintaxe"}, {"id": "Parameters", "title": "Par\u00e2metros"}, {"id": "Description", "title": "Descri\u00e7\u00e3o"}, {"id": "Examples", "title": "Exemplos"}, {"id": "Example:_Concatenating_two_arrays", "title": "Exemplo: Concatenando dois arrays"}, {"id": "Example:_Concatenating_three_arrays", "title": "Exemplo: Concatenando tr\u00eas arrays"}, {"id": "Example:_Concatenating_values_to_an_array", "title": "Exemplo: Concatenando valores ao array"}, {"id": "Especifica\u00e7\u00e3o", "title": "Especifica\u00e7\u00e3o"}, {"id": "Compatibilidade_em_navegadores", "title": "Compatibilidade em navegadores"}, {"id": "See_also", "title": "Veja tamb\u00e9m"}], "id": 98461, "review_tags": []}