{"json_modified": "2015-12-11T07:50:17.845544", "slug": "Web/JavaScript/Reference/Global_Objects/Array/some", "tags": [], "locale": "pt-BR", "title": "Array.prototype.some()", "translations": [{"title": "Array.prototype.some()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/some", "tags": ["ECMAScript5", "Array", "Array methods", "JavaScript 1.6"], "summary": "\u4e0e\u3048\u3089\u308c\u305f\u95a2\u6570\u306b\u3088\u3063\u3066\u5b9f\u884c\u3055\u308c\u308b\u30c6\u30b9\u30c8\u306b\u5408\u683c\u3059\u308b\u8981\u7d20\u304c\u914d\u5217\u306e\u4e2d\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u30c6\u30b9\u30c8\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-12T11:44:08", "review_tags": []}, {"title": "Array.prototype.some()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some", "tags": ["ECMAScript5", "Reference", "JavaScript 1.6", "Array", "Prototype", "JavaScript", "Method"], "summary": "The some() method tests whether some element in the array passes the test implemented by the provided function.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-07-20T03:25:16", "review_tags": []}, {"title": "Array.prototype.some()", "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/some", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Strony_wymagaj\u0105ce_dopracowania", "Wszystkie_kategorie"], "summary": "Sprawdza, czy jakikolwiek element tablicy zalicza test zaimplementowany przez dostarczon\u0105 funkcj\u0119 .", "localization_tags": [], "locale": "pl", "last_edit": "2015-07-20T07:50:43", "review_tags": []}, {"title": "Array.prototype.some()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/some", "tags": ["ECMAScript5", "polyfill", "Reference", "JavaScript 1.6", "R\u00e9f\u00e9rence", "Array", "Prototype", "JavaScript", "Method"], "summary": "La m\u00e9thode some() teste si certains \u00e9l\u00e9ments du tableau passent le test impl\u00e9ment\u00e9 par la fonction fournie.", "localization_tags": [], "locale": "fr", "last_edit": "2015-07-22T12:53:40", "review_tags": []}, {"title": "Array.prototype.some()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Array/some", "tags": ["ECMAScript5", "Reference", "JavaScript 1.6", "R\u00e9f\u00e9rence", "Array", "Prototype", "JavaScript", "Method"], "summary": "\u041c\u0435\u0442\u043e\u0434 some() \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u043b\u0438 \u0445\u043e\u0442\u044c \u043a\u0430\u043a\u043e\u0439-\u043d\u0438\u0431\u0443\u0434\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043c\u0430\u0441\u0441\u0438\u0432\u0430 \u0443\u0441\u043b\u043e\u0432\u0438\u044e, \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u043c\u0443 \u0432 \u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438.", "localization_tags": [], "locale": "ru", "last_edit": "2015-01-27T00:53:39", "review_tags": []}, {"title": "Array.prototype.some()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/some", "tags": [], "summary": "some()\u00a0\u65b9\u6cd5\u6d4b\u8bd5\u6570\u7ec4\u4e2d\u7684\u67d0\u4e9b\u5143\u7d20\u662f\u5426\u901a\u8fc7\u4e86\u6307\u5b9a\u51fd\u6570\u7684\u6d4b\u8bd5\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-08-02T06:19:15", "review_tags": []}, {"title": "Array.prototype.some()", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/Array/some", "tags": ["some", "Arreglo", "Array", "prototipos", "metodo"], "summary": "Editorial review completed.", "localization_tags": [], "locale": "es", "last_edit": "2015-08-13T05:11:19", "review_tags": []}], "modified": "2015-12-11T07:50:16", "label": "Array.prototype.some()", "localization_tags": ["inprogress"], "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/some", "last_edit": "2015-12-11T07:50:12", "summary": "O m\u00e9todo\u00a0some() testa se alguns dos elementos no array passam no teste implementado pela fun\u00e7\u00e3o atribu\u00edda.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Sintaxe", "title": "Sintaxe"}, {"id": "Par\u00e2metros", "title": "Par\u00e2metros"}, {"id": "Valor_de_retorno", "title": "Valor de retorno"}, {"id": "Descri\u00e7\u00e3o", "title": "Descri\u00e7\u00e3o"}, {"id": "Exemplos", "title": "Exemplos"}, {"id": "Testando_valores_de_elementos_de_um_array", "title": "Testando valores de elementos de um array"}, {"id": "Testing_array_elements_using_arrow_functions", "title": "Testing array elements using arrow functions"}, {"id": "Polyfill", "title": "Polyfill"}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}], "id": 163049, "review_tags": []}