{"json_modified": "2015-04-25T16:25:14.483246", "slug": "Web/JavaScript/Reference/Statements/label", "tags": ["Statement", "JavaScript"], "locale": "pt-BR", "title": "label (Etiqueta)", "translations": [{"title": "label", "url": "/en-US/docs/Web/JavaScript/Reference/Statements/label", "tags": ["Statement", "JavaScript"], "summary": "The labeled statement can be used with break or continue statements. It is prefixing a statement with an identifier which you can refer to.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-04-12T05:40:07", "review_tags": []}, {"title": "etykieta", "url": "/pl/docs/Web/JavaScript/Referencje/Polecenia/etykieta", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "", "localization_tags": [], "locale": "pl", "last_edit": "2014-05-31T00:08:17", "review_tags": []}, {"title": "label", "url": "/ja/docs/Web/JavaScript/Reference/Statements/label", "tags": [], "summary": "\u6587\u306b\u3001break \u307e\u305f\u306f continue \u6587\u3092\u4f7f\u3063\u3066\u53c2\u7167\u3067\u304d\u308b\u8b58\u5225\u5b50\u3092\u4e0e\u3048\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-17T00:59:11", "review_tags": []}, {"title": "label", "url": "/es/docs/Web/JavaScript/Referencia/Sentencias/label", "tags": ["Statement", "JavaScript"], "summary": "Proporciona una sentencia con un identificador al que se puede referir al usar las sentencias break o continue.", "localization_tags": [], "locale": "es", "last_edit": "2014-11-19T12:04:44", "review_tags": []}, {"title": "label", "url": "/fr/docs/Web/JavaScript/Reference/Instructions/label", "tags": ["R\u00e9ference", "R\u00e9f\u00e9rence", "Reference", "Statement", "JavaScript"], "summary": "Une instruction \u00e9tiquet\u00e9e (labeled en anglais) peut \u00eatre utilis\u00e9e avec les instructions break ou continue. Un label permet d'identifier une instruction avec un identifiant pour y faire r\u00e9f\u00e9rence plus tard.", "localization_tags": [], "locale": "fr", "last_edit": "2015-04-13T12:40:43", "review_tags": []}, {"title": "label", "url": "/ru/docs/Web/JavaScript/Reference/Statements/label", "tags": ["Statement", "\u041c\u0435\u0442\u043a\u0430", "JavaScript"], "summary": "\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f \u043c\u0435\u0442\u043a\u0438 (label)\u00a0\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 break \u0438\u043b\u0438 continue \u0434\u043b\u044f \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u0446\u0438\u043a\u043b\u0430. \u041e\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0434 \u0431\u043b\u043e\u0447\u043d\u044b\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0441\u0441\u044b\u043b\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430 \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c.", "localization_tags": [], "locale": "ru", "last_edit": "2014-11-19T12:09:41", "review_tags": ["editorial"]}, {"title": "label", "url": "/zh-CN/docs/Web/JavaScript/Reference/Statements/label", "tags": [], "summary": "\u6807\u8bb0\u8bed\u53e5\uff08labeled statement\uff09\u53ef\u4ee5\u548c break \u6216 continue \u8bed\u53e5\u4e00\u8d77\u4f7f\u7528\u3002\u6807\u8bb0\u5c31\u662f\u5728\u4e00\u6761\u8bed\u53e5\u524d\u9762\u52a0\u4e2a\u53ef\u4ee5\u5f15\u7528\u7684\u6807\u8bc6\u7b26\uff08identifier\uff09\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-12-26T06:37:07", "review_tags": []}], "modified": "2015-04-25T16:25:11", "label": "label (Etiqueta)", "localization_tags": [], "url": "/pt-BR/docs/Web/JavaScript/Reference/Statements/label", "last_edit": "2015-04-25T16:25:05", "summary": "Prov\u00e9m uma declara\u00e7\u00e3o com um indentificador o qual pode ser referido posteriormente utilizando-se os comandos break ou continue.", "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 Objetos Globais Array ArrayBuffer Boolean [Translate] DataView [Translate] Date Error [Translate] EvalError [Translate] Float32Array [Translate] Float64Array [Translate] Function 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 [Translate] Math NaN Number Object ParallelArray [Translate] Promise Proxy [Translate] RangeError [Translate] ReferenceError [Translate] Reflect [Translate] RegExp SIMD [Translate] Set StopIteration [Translate] String Symbol SyntaxError [Translate] TypeError [Translate] TypedArray [Translate] URIError [Translate] Uint16Array [Translate] Uint32Array [Translate] Uint8Array [Translate] Uint8ClampedArray [Translate] WeakMap WeakSet [Translate] decodeURI() [Translate] decodeURIComponent() [Translate] encodeURI() [Translate] encodeURIComponent() [Translate] escape() [Translate] eval() isFinite() [Translate] isNaN() null parseFloat() [Translate] parseInt() undefined unescape() [Translate] uneval() [Translate] Expressions & operators Operators Arithmetic operators [Translate] Array comprehensions Assignment operators [Translate] Bitwise operators [Translate] Operador V\u00edrgula Comparison operators [Translate] Operador Condicional Tern\u00e1rio Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Operador de Agrupamento Legacy generator function expression [Translate] Operadores L\u00f3gicos Object initializer [Translate] Preced\u00eancia de Operadores Property accessors [Translate] Spread operator [Translate] class expression [Translate] delete operator [Translate] function expression [Translate] function* expression [Translate] in operator [Translate] instanceof new operator [Translate] super [Translate] this [Translate] typeof void operator [Translate] yield [Translate] yield* [Translate] Statements & declarations Statements Legacy generator function [Translate] block [Translate] break class [Translate] const continue [Translate] debugger [Translate] do...while empty [Translate] export [Translate] for [Translate] for each...in [Translate] for...in [Translate] for...of [Translate] function [Translate] function* if...else [Translate] import [Translate] label (Etiqueta) let return [Translate] switch throw [Translate] try...catch var while [Translate] with [Translate] Functions Functions Arguments object [Translate] Arrow functions Default parameters [Translate] Method definitions [Translate] Rest parameters [Translate] getter [Translate] setter [Translate] Classes Classes [Translate] constructor [Translate] extends [Translate] static [Translate] 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] Suporte ao ECMAScript 6 na Mozilla 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": "Syntax", "title": "Sintaxe"}, {"id": "Parameters", "title": "Par\u00e2metros"}, {"id": "Avoid_using_labels", "title": "Evite usar labels"}, {"id": "Examples", "title": "Examplos"}, {"id": "Example_1", "title": "Exemplo com continue"}, {"id": "Example_2", "title": "Exemplo 2 (continue)"}, {"id": "Example_3", "title": "Exemplo 3 (break)"}, {"id": "See_also", "title": "Veja tamb\u00e9m"}], "id": 89101, "review_tags": []}