{"json_modified": "2015-04-26T07:38:56.730565", "slug": "Web/JavaScript/Reference/Functions/arguments", "tags": [], "locale": "cs", "title": "arguments", "translations": [{"title": "arguments", "url": "/zh-CN/docs/Web/JavaScript/Reference/Functions_and_function_scope/arguments", "tags": ["Functions", "arguments", "JavaScript"], "summary": "arguments\u00a0\u662f\u4e00\u4e2a\u7c7b\u6570\u7ec4\u5bf9\u8c61\u3002\u4ee3\u8868\u4f20\u7ed9\u4e00\u4e2afunction\u7684\u53c2\u6570\u5217\u8868\u3002", "localization_tags": ["inprogress"], "locale": "zh-CN", "last_edit": "2015-04-21T11:07:14", "review_tags": []}, {"title": "Arguments object", "url": "/en-US/docs/Web/JavaScript/Reference/Functions/arguments", "tags": ["Functions", "arguments", "JavaScript"], "summary": "The arguments object is an Array-like object corresponding to the arguments passed to a function.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-04-06T10:44:45", "review_tags": []}, {"title": "Objeto arguments", "url": "/es/docs/Web/JavaScript/Referencia/Funciones/arguments", "tags": ["Funciones", "arguments", "JavaScript", "argumentos", "par\u00e1metros", "multiples"], "summary": "Un objeto similar a un arreglo que se corresponde con los argumentos pasados a la funci\u00f3n.", "localization_tags": [], "locale": "es", "last_edit": "2015-04-14T00:08:08", "review_tags": []}, {"title": "arguments", "url": "/ja/docs/Web/JavaScript/Reference/Functions_and_function_scope/arguments", "tags": ["JavaScript Reference", "JavaScript"], "summary": "\u95a2\u6570\u3078\u6e21\u3055\u308c\u305f\u5f15\u6570\u306b\u5bfe\u5fdc\u3059\u308b\u914d\u5217\u306e\u3088\u3046\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3002", "localization_tags": ["inprogress"], "locale": "ja", "last_edit": "2015-04-17T01:33:07", "review_tags": []}, {"title": "arguments \u7269\u4ef6\u7684\u4f7f\u7528", "url": "/zh-TW/docs/Web/JavaScript/Obsolete_Pages/Obsolete_Pages/Obsolete_Pages/arguments_%E7%89%A9%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8", "tags": [], "summary": "", "localization_tags": [], "locale": "zh-TW", "last_edit": "2015-03-21T16:12:28", "review_tags": []}, {"title": "arguments", "url": "/pl/docs/Web/JavaScript/Referencje/Funkcje/arguments", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "", "localization_tags": [], "locale": "pl", "last_edit": "2014-05-31T00:08:24", "review_tags": []}, {"title": "arguments", "url": "/fr/docs/Web/JavaScript/Reference/Fonctions/arguments", "tags": ["Functions", "Reference", "JavaScript", "R\u00e9f\u00e9rence", "arguments", "R\u00e9ference"], "summary": "L'objet arguments est un objet, semblable \u00e0 un tableau, correspondant aux arguments pass\u00e9s \u00e0 une fonction.", "localization_tags": [], "locale": "fr", "last_edit": "2015-04-06T10:56:30", "review_tags": []}, {"title": "Arguments object", "url": "/de/docs/Web/JavaScript/Reference/Functions/arguments", "tags": ["Functions", "arguments", "JavaScript"], "summary": "Das arguments-Objekt ist ein Array \u00e4hnliches Objekt, das auf die \u00fcbergebenen Parameter einer Funktion verweist.", "localization_tags": [], "locale": "de", "last_edit": "2015-04-22T06:08:28", "review_tags": []}], "modified": "2015-04-26T07:38:54", "label": "arguments", "localization_tags": ["inprogress"], "url": "/cs/docs/Web/JavaScript/Reference/Functions/arguments", "last_edit": "2015-04-26T07:38:47", "summary": "Objekt podobn\u00fd poli, kter\u00fd obsahuje v\u0161echny argumenty, kter\u00e9 byly funkci dod\u00e1ny.", "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 Standard built-in objects Array [Translate] ArrayBuffer [Translate] Boolean [Translate] DataView [Translate] Date [Translate] Error [Translate] EvalError [Translate] Float32Array [Translate] Float64Array [Translate] Function [Translate] Generator [Translate] GeneratorFunction [Translate] Infinity [Translate] 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 [Translate] NaN [Translate] \u010c\u00edslo (Number) Object [Translate] ParallelArray [Translate] Promise [Translate] Proxy 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 [Translate] parseFloat() [Translate] parseInt() [Translate] undefined [Translate] unescape() [Translate] uneval() [Translate] Expressions & operators Expressions and operators [Translate] Arithmetic operators [Translate] Array comprehensions [Translate] Assignment operators [Translate] Bitwise operators [Translate] Comma operator [Translate] Comparison operators [Translate] Conditional (ternary) Operator [Translate] Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Grouping operator [Translate] Legacy generator function expression [Translate] Logical Operators [Translate] Object initializer [Translate] Operator precedence [Translate] Property accessors [Translate] Spread operator [Translate] class expression [Translate] delete operator [Translate] function expression [Translate] function* expression [Translate] in operator [Translate] instanceof [Translate] new operator [Translate] super [Translate] this [Translate] typeof [Translate] void operator [Translate] yield [Translate] yield* [Translate] Statements & declarations Statements and declarations [Translate] Legacy generator function [Translate] block [Translate] break [Translate] class [Translate] const [Translate] continue [Translate] debugger [Translate] do...while [Translate] empty [Translate] export [Translate] for [Translate] for each...in [Translate] for...in [Translate] for...of [Translate] function [Translate] function* [Translate] if...else [Translate] import [Translate] label [Translate] let [Translate] return [Translate] switch [Translate] throw [Translate] try...catch [Translate] var [Translate] while [Translate] with [Translate] Functions Functions and function scope 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 [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": "Shrnut\u00ed"}, {"id": "Description", "title": "Popis"}, {"id": "Properties", "title": "Vlastnosti"}, {"id": "Examples", "title": "P\u0159\u00edklady"}, {"id": "Example:_Defining_function_that_concatenates_several_strings", "title": "P\u0159\u00edklad: Funkce, kter\u00e1 spoj\u00ed n\u011bkolik \u0159et\u011bzc\u016f"}, {"id": "Example:_Defining_a_function_that_creates_HTML_lists", "title": "P\u0159\u00edklad: Funkce, kter\u00e1 vytvo\u0159\u00ed HTML seznam"}], "id": 102189, "review_tags": []}