{"json_modified": "2015-04-26T06:31:03.656807", "slug": "Web/JavaScript/Referencia/Sentencies/for", "tags": [], "locale": "ca", "title": "for", "translations": [{"title": "for", "url": "/en-US/docs/Web/JavaScript/Reference/Statements/for", "tags": ["Loop", "Statement", "for", "JavaScript"], "summary": "The for statement creates a loop that consists of three optional expressions, enclosed in parentheses and separated by semicolons, followed by a statement or a set of statements executed in the loop.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-04-12T05:21:24", "review_tags": []}, {"title": "for", "url": "/ja/docs/Web/JavaScript/Reference/Statements/for", "tags": [], "summary": "\u4e38\u62ec\u5f27\u3067\u56f2\u307e\u308c\u3001\u30bb\u30df\u30b3\u30ed\u30f3\u306b\u3088\u308a\u5206\u3051\u3089\u308c\u305f\u30013 \u3064\u306e\u7701\u7565\u53ef\u80fd\u306a\u5f0f\u3067\u69cb\u6210\u3055\u308c\u308b\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002\u5f0f\u306e\u5f8c\u306b\u306f\u30eb\u30fc\u30d7\u306e\u4e2d\u3067\u5b9f\u884c\u3055\u308c\u308b\u6587\u304c\u7d9a\u304d\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-17T00:21:52", "review_tags": []}, {"title": "for", "url": "/es/docs/Web/JavaScript/Referencia/Sentencias/for", "tags": ["Statement", "JavaScript"], "summary": "Crea un bucle que consiste en tres expresiones opcionales, encerradas en par\u00e9ntesis y separadas por puntos y comas, seguidas de una sentencia ejecutada en un bucle.", "localization_tags": [], "locale": "es", "last_edit": "2014-11-19T12:00:51", "review_tags": []}, {"title": "for", "url": "/pl/docs/Web/JavaScript/Referencje/Polecenia/for", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "", "localization_tags": [], "locale": "pl", "last_edit": "2014-05-31T00:08:18", "review_tags": []}, {"title": "for", "url": "/fr/docs/Web/JavaScript/Reference/Instructions/for", "tags": ["R\u00e9ference", "R\u00e9f\u00e9rence", "Reference", "Statement", "JavaScript"], "summary": "L'instruction for cr\u00e9e une boucle compos\u00e9e de trois expressions optionnelles s\u00e9par\u00e9es par des points-virgules et encadr\u00e9es entre des parenth\u00e8ses qui sont suivies par une instruction \u00e0 ex\u00e9cuter dans la boucle.", "localization_tags": [], "locale": "fr", "last_edit": "2015-04-13T13:20:35", "review_tags": []}, {"title": "for", "url": "/ru/docs/Web/JavaScript/Reference/Statements/for", "tags": [], "summary": "The for statement creates a loop that consists of three optional expressions, enclosed in parentheses and separated by semicolons, followed by a statement executed in the loop.", "localization_tags": ["inprogress"], "locale": "ru", "last_edit": "2014-12-26T00:28:06", "review_tags": []}], "modified": "2015-04-26T06:31:01", "label": "for", "localization_tags": [], "url": "/ca/docs/Web/JavaScript/Referencia/Sentencies/for", "last_edit": "2015-04-26T06:30:31", "summary": "La sent\u00e8ncia for crea un bucle que consta de tres expressions opcionals, embolcallades entre par\u00e0ntesis i separades per punts i comes, seguits d'una sent\u00e8ncia o un grup de sent\u00e8ncies executades en el bucle.", "sections": [{"id": "Quick_Links", "title": "JavaScript Tutorials: JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Details of the object model Iterators and generators Meta programming Introductory JavaScript basics JavaScript technologies overview Introduction to Object Oriented JavaScript Intermediate A re-introduction to JavaScript JavaScript data structures Equality comparisons and sameness Closures Advanced Inheritance and the prototype chain Strict mode JavaScript typed arrays Memory Management Concurrency model and Event Loop References: Built-in objects Objectes Standard Array [Translate] ArrayBuffer [Translate] Boolean DataView [Translate] Date Error EvalError [Translate] Float32Array [Translate] Float64Array [Translate] Function [Translate] Generator [Translate] GeneratorFunction [Translate] Infinity Int16Array [Translate] Int32Array [Translate] Int8Array [Translate] InternalError [Translate] Intl [Translate] Intl.Collator [Translate] Intl.DateTimeFormat [Translate] Intl.NumberFormat [Translate] Iterator [Translate] JSON Map Math NaN Number Object [Translate] ParallelArray [Translate] Promise [Translate] Proxy [Translate] RangeError [Translate] ReferenceError [Translate] Reflect [Translate] RegExp [Translate] SIMD [Translate] Set [Translate] StopIteration [Translate] String Symbol [Translate] SyntaxError [Translate] TypeError [Translate] TypedArray [Translate] URIError [Translate] Uint16Array [Translate] Uint32Array [Translate] Uint8Array [Translate] Uint8ClampedArray [Translate] WeakMap [Translate] WeakSet [Translate] decodeURI() [Translate] decodeURIComponent() [Translate] encodeURI() [Translate] encodeURIComponent() [Translate] escape() [Translate] eval() [Translate] isFinite() [Translate] isNaN() [Translate] null parseFloat() [Translate] parseInt() [Translate] undefined unescape() [Translate] uneval() [Translate] Expressions & operators Expressions and operators Operadors aritm\u00e8tics Array comprehensions [Translate] Assignment operators Operadors de bits Operador Coma Comparison operators [Translate] Operador Condicional (ternari) Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Operador d'agrupament Legacy generator function expression [Translate] Operadors L\u00f2gics Object initializer [Translate] Operator precedence [Translate] Property accessors [Translate] Spread operator [Translate] class expression [Translate] Operador delete function expression [Translate] function* expression [Translate] in operator [Translate] instanceof [Translate] new operator [Translate] super this [Translate] typeof L'operador void yield yield* [Translate] Statements & declarations Statements and declarations Legacy generator function [Translate] block break [Translate] class [Translate] const [Translate] continue [Translate] debugger [Translate] do...while [Translate] Buida export [Translate] for for each...in [Translate] for...in [Translate] for...of function function* [Translate] if...else import [Translate] label [Translate] let [Translate] return switch [Translate] throw [Translate] try...catch [Translate] var [Translate] while with [Translate] Functions Functions [Translate] Arguments object [Translate] Arrow functions [Translate] Default parameters [Translate] Method definitions [Translate] Rest parameters [Translate] getter [Translate] setter [Translate] Classes Classes constructor extends [Translate] static Misc Lexical grammar JavaScript data structures Enumerability and ownership of properties Iteration protocols Strict mode Transitioning to strict mode Template strings Deprecated features New in JavaScript New in JavaScript [Translate] ECMAScript 5 support in Mozilla [Translate] ECMAScript 6 support in Mozilla [Translate] ECMAScript 7 support in Mozilla [Translate] Firefox JavaScript changelog [Translate] New in JavaScript 1.1 [Translate] New in JavaScript 1.2 [Translate] New in JavaScript 1.3 [Translate] New in JavaScript 1.4 [Translate] New in JavaScript 1.5 [Translate] New in JavaScript 1.6 [Translate] New in JavaScript 1.7 [Translate] New in JavaScript 1.8 [Translate] New in JavaScript 1.8.1 [Translate] New in JavaScript 1.8.5 [Translate] Documentation: Useful lists All pages index Methods index Properties index Pages tagged \"JavaScript\" Contribute JavaScript doc status The MDN project"}, {"id": "Summary", "title": "Resum"}, {"id": "Syntax", "title": "Sintaxi"}, {"id": "Examples", "title": "Exemples"}, {"id": "Example.3A_Using_for", "title": "Exemple: Fer servir for"}, {"id": "Exemple.3A_Expressions_for_opcionals", "title": "Exemple: Expressions for opcionals"}, {"id": "Example.3A_Using_for_without_the_statement_section", "title": "Exemple: Fer servir for amb una sent\u00e8ncia buida"}, {"id": "Especificacions", "title": "Especificacions"}, {"id": "Compatibilitat_amb_navegadors", "title": "Compatibilitat amb navegadors"}, {"id": "See_also", "title": "Vegeu tamb\u00e9"}], "id": 145635, "review_tags": ["editorial"]}