{"json_modified": "2016-03-22T08:21:38.356452", "slug": "Web/JavaScript/Referencia/Objectes_globals/Array/findIndex", "tags": [], "locale": "ca", "title": "Array.prototype.findIndex()", "translations": [{"title": "Array.prototype.findIndex()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex", "tags": ["prototype", "polyfill", "Array", "Prototype", "JavaScript", "ECMAScript6", "Method"], "summary": "The findIndex() method returns an index in the array, if an element in the array satisfies the provided testing function. Otherwise -1 is returned.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-12-25T08:58:45", "review_tags": []}, {"title": "Array.prototype.findIndex()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex", "tags": ["prototype", "Array", "Prototype", "JavaScript", "Method"], "summary": "findIndex()\u65b9\u6cd5\u7528\u6765\u67e5\u627e\u6570\u7ec4\u4e2d\u67d0\u6307\u5b9a\u5143\u7d20\u7684\u7d22\u5f15, \u5982\u679c\u627e\u4e0d\u5230\u6307\u5b9a\u7684\u5143\u7d20, \u5219\u8fd4\u56de -1.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2016-03-02T21:16:37", "review_tags": []}, {"title": "Array.prototype.findIndex()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/findIndex", "tags": ["prototype", "polyfill", "R\u00e9f\u00e9rence", "Array", "Prototype", "JavaScript", "ECMAScript6", "M\u00e9thode"], "summary": "La m\u00e9thode findIndex() renvoie l'indice d'un \u00e9l\u00e9ment du tableau qui satisfait une condition donn\u00e9e par une fonction. Si la fonction renvoie faux pour tous les \u00e9l\u00e9ments du tableau, le r\u00e9sultat vaut -1.", "localization_tags": [], "locale": "fr", "last_edit": "2015-12-27T01:01:36", "review_tags": []}, {"title": "Array.prototype.findIndex()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex", "tags": ["prototype", "polyfill", "Reference", "Experimental", "R\u00e9f\u00e9rence", "Array", "Prototype", "Exp\u00e9rimental", "JavaScript", "ECMAScript6", "Method"], "summary": "\u041c\u0435\u0442\u043e\u0434 findIndex() \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0438\u043d\u0434\u0435\u043a\u0441 \u0432 \u043c\u0430\u0441\u0441\u0438\u0432\u0435, \u0435\u0441\u043b\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u0443\u0441\u043b\u043e\u0432\u0438\u044e \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0435\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438. \u0412 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f -1.", "localization_tags": [], "locale": "ru", "last_edit": "2016-01-09T09:04:33", "review_tags": []}, {"title": "Array.prototype.findIndex()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex", "tags": ["prototype", "polyfill", "Array", "Prototype", "JavaScript", "ECMAScript6", "Method"], "summary": "findIndex() \u30e1\u30bd\u30c3\u30c9\u306f\u3001\u914d\u5217\u5185\u306e\u8981\u7d20\u304c\u6307\u5b9a\u3055\u308c\u305f\u30c6\u30b9\u30c8\u95a2\u6570\u3092\u6e80\u305f\u3059\u5834\u5408\u3001\u914d\u5217\u5185\u306e \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 \u3092\u8fd4\u3057\u307e\u3059\u3002\u305d\u3046\u3067\u306a\u3044\u5834\u5408\u306f -1 \u3092\u8fd4\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2016-02-05T23:51:27", "review_tags": []}], "modified": "2016-03-22T08:21:37", "label": "Array.prototype.findIndex()", "localization_tags": [], "url": "/ca/docs/Web/JavaScript/Referencia/Objectes_globals/Array/findIndex", "last_edit": "2016-03-22T08:21:34", "summary": "El m\u00e8tode findIndex() retorna una posici\u00f3 de l'array si un element de l'array satisf\u00e0 la funci\u00f3 de testeig donada. En cas contrari retornar\u00e0 -1.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Sintaxi", "title": "Sintaxi"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Descripci\u00f3", "title": "Descripci\u00f3"}, {"id": "Exemples", "title": "Exemples"}, {"id": "Trobar_la_posici\u00f3_d'un_nombre_primer_dins_un_array", "title": "Trobar la posici\u00f3 d'un nombre primer dins un array"}, {"id": "Polyfill", "title": "Polyfill"}, {"id": "Especificacions", "title": "Especificacions"}, {"id": "Compatibilitat_amb_navegadors", "title": "Compatibilitat amb navegadors"}, {"id": "Vegeu_tamb\u00e9", "title": "Vegeu tamb\u00e9"}], "id": 180196, "review_tags": []}