{"json_modified": "2015-04-25T03:05:28.113134", "slug": "Web/JavaScript/Referencje/Operatory/Operatory_por\u00f3wnania", "tags": ["Operator", "JavaScript"], "locale": "pl", "title": "Operatory por\u00f3wnania", "translations": [{"title": "\u6bd4\u8f03\u6f14\u7b97\u5b50", "url": "/ja/docs/Web/JavaScript/Reference/Operators/Comparison_Operators", "tags": [], "summary": "\u6bd4\u8f03\u6f14\u7b97\u5b50 (Comparison operator) \u306e\u30aa\u30da\u30e9\u30f3\u30c9\u306f\u3001\u6570\u5024\u306b\u3082\u6587\u5b57\u5217\u306b\u3082\u306a\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u6587\u5b57\u5217\u306f\u3001Unicode \u306e\u5024\u3092\u7528\u3044\u3001\u6a19\u6e96\u306e\u8f9e\u66f8\u306b\u57fa\u3065\u3044\u3066\u6bd4\u8f03\u3055\u308c\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-15T05:51:52", "review_tags": []}, {"title": "Comparison operators", "url": "/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators", "tags": ["Operator", "JavaScript"], "summary": "JavaScript has both strict and type\u2013converting comparisons. A strict comparison (e.g., ===) is only true if the operands are of the same type. The more commonly used abstract comparison (e.g. ==) converts the operands to the same Type before making the comparison. For relational abstract comparisons (e.g., <=), the operands are first converted to primitives, then to the same type, before comparison.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-04-11T09:51:04", "review_tags": []}, {"title": "Op\u00e9rateurs de comparaison", "url": "/fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/Op%C3%A9rateurs_de_comparaison", "tags": ["R\u00e9f\u00e9rence", "Reference", "R\u00e9ference", "Operator", "JavaScript"], "summary": "JavaScript poss\u00e8de des op\u00e9rateurs de comparaisons stricts et des op\u00e9rateurs de comparaisons qui effectuent des conversions. Une comparaison strict (ex. : ===) ne sera vraie que si les deux op\u00e9randes sont du m\u00eame type. La comparaison d'\u00e9galit\u00e9 faible (==) convertira les deux op\u00e9randes en un m\u00eame type avant d'effectuer la comparaison. Pour les comparaisons relationnelles (ex. : <=), les op\u00e9randes sont tout d'abord converties en valeurs, puis en valeurs du m\u00eame type, enfin la comparaison est effectu\u00e9e.", "localization_tags": [], "locale": "fr", "last_edit": "2015-04-11T13:28:10", "review_tags": []}], "modified": "2015-04-25T03:05:26", "label": "Operatory por\u00f3wnania", "localization_tags": ["inprogress"], "url": "/pl/docs/Web/JavaScript/Referencje/Operatory/Operatory_por%C3%B3wnania", "last_edit": "2015-04-25T03:05:19", "summary": "Operandy posiadaj\u0105 warto\u015b\u0107 liczbow\u0105 lub \u0142a\u0144cucha znak\u00f3w. \u0141a\u0144cuchy znak\u00f3w s\u0105 por\u00f3wnywane w oparciu o zasady pisowni, u\u017cywaj\u0105 warto\u015bci Unicode.", "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 Obiekty Array ArrayBuffer [Translate] Boolean 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 [Translate] Map [Translate] Math NaN Number Object ParallelArray [Translate] Promise [Translate] Proxy [Translate] RangeError [Translate] ReferenceError [Translate] Reflect [Translate] RegExp SIMD [Translate] Set [Translate] StopIteration [Translate] String Symbol [Translate] SyntaxError [Translate] TypeError [Translate] TypedArray [Translate] URIError [Translate] Uint16Array Uint32Array [Translate] Uint8Array [Translate] Uint8ClampedArray [Translate] WeakMap [Translate] WeakSet [Translate] decodeURI() decodeURIComponent() encodeURI() encodeURIComponent() escape() [Translate] eval() [Translate] isFinite() isNaN() null [Translate] parseFloat() parseInt() undefined unescape() [Translate] uneval() [Translate] Expressions & operators Operatory Operatory arytmetyczne Array comprehensions [Translate] Operatory przypisania Bitwise operators [Translate] Operator przecinkowy Operatory por\u00f3wnania Operator warunkowy Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Grouping operator [Translate] Legacy generator function expression [Translate] Logical Operators [Translate] Object initializer [Translate] Pierwsze\u0144stwo operator\u00f3w Operatory pami\u0119ci Spread operator [Translate] class expression [Translate] Operator delete Operator function function* expression [Translate] Operator in Operator instanceof Operator new super [Translate] this Operator typeof Operator void yield [Translate] yield* [Translate] Statements & declarations Polecenia Legacy generator function [Translate] block break class [Translate] const continue [Translate] debugger [Translate] do...while empty [Translate] export for for each...in [Translate] for...in [Translate] for...of [Translate] function function* [Translate] if...else import etykieta let [Translate] return switch throw try...catch [Translate] var while with [Translate] Functions Functions [Translate] arguments Arrow functions [Translate] 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 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] Nowo\u015bci w JavaScript 1.4 Nowo\u015bci w JavaScript 1.5 Nowo\u015bci w JavaScript 1.6 Nowo\u015bci w JavaScript 1.7 Nowo\u015bci w JavaScript 1.8 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": "Podsumowanie", "title": "Podsumowanie"}, {"id": "U.C5.BCywanie_operator.C3.B3w_por.C3.B3wnania", "title": "U\u017cywanie operator\u00f3w por\u00f3wnania"}, {"id": "Kompatybilno.C5.9B.C4.87_wsteczna", "title": "Kompatybilno\u015b\u0107 wsteczna"}, {"id": "JavaScript_1.3_i_wersje_wcze.C5.9Bniejsze", "title": "JavaScript 1.3 i wersje wcze\u015bniejsze"}, {"id": "JavaScript_1.2", "title": "JavaScript 1.2"}, {"id": "JavaScript_1.1_i_wersje_wcze.C5.9Bniejsze", "title": "JavaScript 1.1 i wersje wcze\u015bniejsze"}], "id": 39834, "review_tags": []}