repo_id
stringlengths
22
103
file_path
stringlengths
41
147
content
stringlengths
181
193k
__index_level_0__
int64
0
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/rangeerror/index.md
--- title: RangeError slug: Web/JavaScript/Reference/Global_Objects/RangeError page-type: javascript-class browser-compat: javascript.builtins.RangeError --- {{JSRef}} The **`RangeError`** object indicates an error when a value is not in the set or range of allowed values. ## Description A `RangeError` is thrown wh...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/rangeerror
data/mdn-content/files/en-us/web/javascript/reference/global_objects/rangeerror/rangeerror/index.md
--- title: RangeError() constructor slug: Web/JavaScript/Reference/Global_Objects/RangeError/RangeError page-type: javascript-constructor browser-compat: javascript.builtins.RangeError.RangeError --- {{JSRef}} The **`RangeError()`** constructor creates {{jsxref("RangeError")}} objects. ## Syntax ```js-nolint new Ra...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/index.md
--- title: Symbol slug: Web/JavaScript/Reference/Global_Objects/Symbol page-type: javascript-class browser-compat: javascript.builtins.Symbol --- {{JSRef}} **`Symbol`** is a built-in object whose constructor returns a `symbol` [primitive](/en-US/docs/Glossary/Primitive) — also called a **Symbol value** or just a **Sy...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/matchall/index.md
--- title: Symbol.matchAll slug: Web/JavaScript/Reference/Global_Objects/Symbol/matchAll page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.matchAll --- {{JSRef}} The **`Symbol.matchAll`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/G...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/match/index.md
--- title: Symbol.match slug: Web/JavaScript/Reference/Global_Objects/Symbol/match page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.match --- {{JSRef}} The **`Symbol.match`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/Global_Object...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/symbol/index.md
--- title: Symbol() constructor slug: Web/JavaScript/Reference/Global_Objects/Symbol/Symbol page-type: javascript-constructor browser-compat: javascript.builtins.Symbol.Symbol --- {{JSRef}} The **`Symbol()`** function returns primitive values of type Symbol. {{EmbedInteractiveExample("pages/js/symbol-constructor.htm...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/tostring/index.md
--- title: Symbol.prototype.toString() slug: Web/JavaScript/Reference/Global_Objects/Symbol/toString page-type: javascript-instance-method browser-compat: javascript.builtins.Symbol.toString --- {{JSRef}} The **`toString()`** method of {{jsxref("Symbol")}} values returns a string representing this symbol value. {{Em...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/toprimitive/index.md
--- title: Symbol.toPrimitive slug: Web/JavaScript/Reference/Global_Objects/Symbol/toPrimitive page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.toPrimitive --- {{JSRef}} The **`Symbol.toPrimitive`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/@@toprimitive/index.md
--- title: Symbol.prototype[@@toPrimitive]() slug: Web/JavaScript/Reference/Global_Objects/Symbol/@@toPrimitive page-type: javascript-instance-method browser-compat: javascript.builtins.Symbol.@@toPrimitive --- {{JSRef}} The **`[@@toPrimitive]()`** method of {{jsxref("Symbol")}} values returns this symbol value. ## ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/search/index.md
--- title: Symbol.search slug: Web/JavaScript/Reference/Global_Objects/Symbol/search page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.search --- {{JSRef}} The **`Symbol.search`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/Global_Ob...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/split/index.md
--- title: Symbol.split slug: Web/JavaScript/Reference/Global_Objects/Symbol/split page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.split --- {{JSRef}} The **`Symbol.split`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/Global_Object...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/hasinstance/index.md
--- title: Symbol.hasInstance slug: Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.hasInstance --- {{JSRef}} The **`Symbol.hasInstance`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/description/index.md
--- title: Symbol.prototype.description slug: Web/JavaScript/Reference/Global_Objects/Symbol/description page-type: javascript-instance-accessor-property browser-compat: javascript.builtins.Symbol.description --- {{JSRef}} The **`description`** accessor property of {{jsxref("Symbol")}} values returns a string contain...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/species/index.md
--- title: Symbol.species slug: Web/JavaScript/Reference/Global_Objects/Symbol/species page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.species --- {{JSRef}} The **`Symbol.species`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/Globa...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/iterator/index.md
--- title: Symbol.iterator slug: Web/JavaScript/Reference/Global_Objects/Symbol/iterator page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.iterator --- {{JSRef}} The **`Symbol.iterator`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/G...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/tostringtag/index.md
--- title: Symbol.toStringTag slug: Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.toStringTag --- {{JSRef}} The **`Symbol.toStringTag`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/for/index.md
--- title: Symbol.for() slug: Web/JavaScript/Reference/Global_Objects/Symbol/for page-type: javascript-static-method browser-compat: javascript.builtins.Symbol.for --- {{JSRef}} The **`Symbol.for()`** static method searches for existing symbols in a runtime-wide symbol registry with the given key and returns it if fo...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/replace/index.md
--- title: Symbol.replace slug: Web/JavaScript/Reference/Global_Objects/Symbol/replace page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.replace --- {{JSRef}} The **`Symbol.replace`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript/Reference/Globa...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/keyfor/index.md
--- title: Symbol.keyFor() slug: Web/JavaScript/Reference/Global_Objects/Symbol/keyFor page-type: javascript-static-method browser-compat: javascript.builtins.Symbol.keyFor --- {{JSRef}} The **`Symbol.keyFor()`** static method retrieves a shared symbol key from the global symbol registry for the given symbol. {{Embe...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/valueof/index.md
--- title: Symbol.prototype.valueOf() slug: Web/JavaScript/Reference/Global_Objects/Symbol/valueOf page-type: javascript-instance-method browser-compat: javascript.builtins.Symbol.valueOf --- {{JSRef}} The **`valueOf()`** method of {{jsxref("Symbol")}} values returns this symbol value. {{EmbedInteractiveExample("pag...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.md
--- title: Symbol.isConcatSpreadable slug: Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.isConcatSpreadable --- {{JSRef}} The **`Symbol.isConcatSpreadable`** static data property represents the [well-known symbol...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/asynciterator/index.md
--- title: Symbol.asyncIterator slug: Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.asyncIterator --- {{JSRef}} The **`Symbol.asyncIterator`** static data property represents the [well-known symbol](/en-US/docs/Web/Ja...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol
data/mdn-content/files/en-us/web/javascript/reference/global_objects/symbol/unscopables/index.md
--- title: Symbol.unscopables slug: Web/JavaScript/Reference/Global_Objects/Symbol/unscopables page-type: javascript-static-data-property browser-compat: javascript.builtins.Symbol.unscopables --- {{JSRef}} The **`Symbol.unscopables`** static data property represents the [well-known symbol](/en-US/docs/Web/JavaScript...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean/index.md
--- title: Boolean slug: Web/JavaScript/Reference/Global_Objects/Boolean page-type: javascript-class browser-compat: javascript.builtins.Boolean --- {{JSRef}} The **`Boolean`** object represents a truth value: `true` or `false`. ## Description ### Boolean primitives and Boolean objects For converting non-boolean v...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean/boolean/index.md
--- title: Boolean() constructor slug: Web/JavaScript/Reference/Global_Objects/Boolean/Boolean page-type: javascript-constructor browser-compat: javascript.builtins.Boolean.Boolean --- {{JSRef}} The **`Boolean()`** constructor creates {{jsxref("Boolean")}} objects. When called as a function, it returns primitive valu...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean/tostring/index.md
--- title: Boolean.prototype.toString() slug: Web/JavaScript/Reference/Global_Objects/Boolean/toString page-type: javascript-instance-method browser-compat: javascript.builtins.Boolean.toString --- {{JSRef}} The **`toString()`** method of {{jsxref("Boolean")}} values returns a string representing the specified boolea...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean
data/mdn-content/files/en-us/web/javascript/reference/global_objects/boolean/valueof/index.md
--- title: Boolean.prototype.valueOf() slug: Web/JavaScript/Reference/Global_Objects/Boolean/valueOf page-type: javascript-instance-method browser-compat: javascript.builtins.Boolean.valueOf --- {{JSRef}} The **`valueOf()`** method of {{jsxref("Boolean")}} values returns the primitive value of a {{jsxref("Boolean")}}...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/index.md
--- title: Proxy slug: Web/JavaScript/Reference/Global_Objects/Proxy page-type: javascript-class browser-compat: javascript.builtins.Proxy --- {{JSRef}} The **`Proxy`** object enables you to create a proxy for another object, which can intercept and redefine fundamental operations for that object. ## Description Th...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/index.md
--- title: Proxy() constructor slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy page-type: javascript-constructor browser-compat: javascript.builtins.Proxy.Proxy --- {{JSRef}} The **`Proxy()`** constructor creates {{jsxref("Proxy")}} objects. ## Syntax ```js-nolint new Proxy(target, handler) ``` > **Note:...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/construct/index.md
--- title: handler.construct() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/construct page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.construct --- {{JSRef}} The **`handler.construct()`** method is a trap for the `[[Construct]]` [object internal method](/en-US/docs...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/get/index.md
--- title: handler.get() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/get page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.get --- {{JSRef}} The **`handler.get()`** method is a trap for the `[[Get]]` [object internal method](/en-US/docs/Web/JavaScript/Reference/Glob...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/setprototypeof/index.md
--- title: handler.setPrototypeOf() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/setPrototypeOf page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.setPrototypeOf --- {{JSRef}} The **`handler.setPrototypeOf()`** method is a trap for the `[[SetPrototypeOf]]` [object int...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/has/index.md
--- title: handler.has() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/has page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.has --- {{JSRef}} The **`handler.has()`** method is a trap for the `[[HasProperty]]` [object internal method](/en-US/docs/Web/JavaScript/Refere...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/set/index.md
--- title: handler.set() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/set page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.set --- {{JSRef}} The **`handler.set()`** method is a trap for the `[[Set]]` [object internal method](/en-US/docs/Web/JavaScript/Reference/Glob...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/getownpropertydescriptor/index.md
--- title: handler.getOwnPropertyDescriptor() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/getOwnPropertyDescriptor page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.getOwnPropertyDescriptor --- {{JSRef}} The **`handler.getOwnPropertyDescriptor()`** method is a trap ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/getprototypeof/index.md
--- title: handler.getPrototypeOf() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/getPrototypeOf page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.getPrototypeOf --- {{JSRef}} The **`handler.getPrototypeOf()`** method is a trap for the `[[GetPrototypeOf]]` [object int...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/ownkeys/index.md
--- title: handler.ownKeys() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/ownKeys page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.ownKeys --- {{JSRef}} The **`handler.ownKeys()`** method is a trap for the `[[OwnPropertyKeys]]` [object internal method](/en-US/docs/W...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.md
--- title: handler.deleteProperty() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/deleteProperty page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.deleteProperty --- {{JSRef}} The **`handler.deleteProperty()`** method is a trap for the `[[Delete]]` [object internal me...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/isextensible/index.md
--- title: handler.isExtensible() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/isExtensible page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.isExtensible --- {{JSRef}} The **`handler.isExtensible()`** method is a trap for the `[[IsExtensible]]` [object internal meth...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/apply/index.md
--- title: handler.apply() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/apply page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.apply --- {{JSRef}} The **`handler.apply()`** method is a trap for the `[[Call]]` [object internal method](/en-US/docs/Web/JavaScript/Refer...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/preventextensions/index.md
--- title: handler.preventExtensions() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/preventExtensions page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.preventExtensions --- {{JSRef}} The **`handler.preventExtensions()`** method is a trap for the `[[PreventExtensions...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/proxy/defineproperty/index.md
--- title: handler.defineProperty() slug: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/defineProperty page-type: javascript-instance-method browser-compat: javascript.builtins.Proxy.handler.defineProperty --- {{JSRef}} The **`handler.defineProperty()`** method is a trap for the `[[DefineOwnProperty]]` [object ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy
data/mdn-content/files/en-us/web/javascript/reference/global_objects/proxy/revocable/index.md
--- title: Proxy.revocable() slug: Web/JavaScript/Reference/Global_Objects/Proxy/revocable page-type: javascript-static-method browser-compat: javascript.builtins.Proxy.revocable --- {{JSRef}} The **`Proxy.revocable()`** static method creates a revocable {{jsxref("Proxy")}} object. ## Syntax ```js-nolint Proxy.revo...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/isnan/index.md
--- title: isNaN() slug: Web/JavaScript/Reference/Global_Objects/isNaN page-type: javascript-function browser-compat: javascript.builtins.isNaN --- {{jsSidebar("Objects")}} The **`isNaN()`** function determines whether a value is {{jsxref("NaN")}}, first converting the value to a number if necessary. Because coercion...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/index.md
--- title: Function slug: Web/JavaScript/Reference/Global_Objects/Function page-type: javascript-class browser-compat: javascript.builtins.Function --- {{JSRef}} The **`Function`** object provides methods for [functions](/en-US/docs/Web/JavaScript/Reference/Functions). In JavaScript, every function is actually a `Fun...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/caller/index.md
--- title: Function.prototype.caller slug: Web/JavaScript/Reference/Global_Objects/Function/caller page-type: javascript-instance-accessor-property status: - deprecated - non-standard browser-compat: javascript.builtins.Function.caller --- {{JSRef}}{{Non-standard_Header}}{{Deprecated_Header}} > **Note:** In [stri...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/name/index.md
--- title: "Function: name" slug: Web/JavaScript/Reference/Global_Objects/Function/name page-type: javascript-instance-data-property browser-compat: javascript.builtins.Function.name --- {{JSRef}} The **`name`** data property of a {{jsxref("Function")}} instance indicates the function's name as specified when it was ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/bind/index.md
--- title: Function.prototype.bind() slug: Web/JavaScript/Reference/Global_Objects/Function/bind page-type: javascript-instance-method browser-compat: javascript.builtins.Function.bind --- {{JSRef}} The **`bind()`** method of {{jsxref("Function")}} instances creates a new function that, when called, calls this functi...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/function/index.md
--- title: Function() constructor slug: Web/JavaScript/Reference/Global_Objects/Function/Function page-type: javascript-constructor browser-compat: javascript.builtins.Function.Function --- {{JSRef}} The **`Function()`** constructor creates {{jsxref("Function")}} objects. Calling the constructor directly can create f...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/tostring/index.md
--- title: Function.prototype.toString() slug: Web/JavaScript/Reference/Global_Objects/Function/toString page-type: javascript-instance-method browser-compat: javascript.builtins.Function.toString --- {{JSRef}} The **`toString()`** method of {{jsxref("Function")}} instances returns a string representing the source co...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/displayname/index.md
--- title: "Function: displayName" slug: Web/JavaScript/Reference/Global_Objects/Function/displayName page-type: javascript-instance-data-property status: - non-standard browser-compat: javascript.builtins.Function.displayName --- {{JSRef}} {{Non-standard_Header}} The optional **`displayName`** property of a {{jsxr...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/length/index.md
--- title: "Function: length" slug: Web/JavaScript/Reference/Global_Objects/Function/length page-type: javascript-instance-data-property browser-compat: javascript.builtins.Function.length --- {{JSRef}} The **`length`** data property of a {{jsxref("Function")}} instance indicates the number of parameters expected by ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/call/index.md
--- title: Function.prototype.call() slug: Web/JavaScript/Reference/Global_Objects/Function/call page-type: javascript-instance-method browser-compat: javascript.builtins.Function.call --- {{JSRef}} The **`call()`** method of {{jsxref("Function")}} instances calls this function with a given `this` value and arguments...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/prototype/index.md
--- title: "Function: prototype" slug: Web/JavaScript/Reference/Global_Objects/Function/prototype page-type: javascript-instance-data-property spec-urls: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-function-instances-prototype --- {{JSRef}} The **`prototype`** data property of a {{jsxref("Function"...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/arguments/index.md
--- title: Function.prototype.arguments slug: Web/JavaScript/Reference/Global_Objects/Function/arguments page-type: javascript-instance-accessor-property status: - deprecated - non-standard browser-compat: javascript.builtins.Function.arguments --- {{JSRef}}{{Deprecated_Header}}{{Non-standard_Header}} > **Note:**...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/@@hasinstance/index.md
--- title: Function.prototype[@@hasInstance]() slug: Web/JavaScript/Reference/Global_Objects/Function/@@hasInstance page-type: javascript-instance-method browser-compat: javascript.builtins.Function.@@hasInstance --- {{JSRef}} The **`[@@hasInstance]()`** method of {{jsxref("Function")}} instances specifies the defaul...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function
data/mdn-content/files/en-us/web/javascript/reference/global_objects/function/apply/index.md
--- title: Function.prototype.apply() slug: Web/JavaScript/Reference/Global_Objects/Function/apply page-type: javascript-instance-method browser-compat: javascript.builtins.Function.apply --- {{JSRef}} The **`apply()`** method of {{jsxref("Function")}} instances calls this function with a given `this` value, and `arg...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/int8array/index.md
--- title: Int8Array slug: Web/JavaScript/Reference/Global_Objects/Int8Array page-type: javascript-class browser-compat: javascript.builtins.Int8Array --- {{JSRef}} The **`Int8Array`** typed array represents an array of 8-bit signed integers. The contents are initialized to `0`. Once established, you can reference el...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/int8array
data/mdn-content/files/en-us/web/javascript/reference/global_objects/int8array/int8array/index.md
--- title: Int8Array() constructor slug: Web/JavaScript/Reference/Global_Objects/Int8Array/Int8Array page-type: javascript-constructor browser-compat: javascript.builtins.Int8Array.Int8Array --- {{JSRef}} The **`Int8Array()`** constructor creates {{jsxref("Int8Array")}} objects. The contents are initialized to `0`. ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/index.md
--- title: BigInt slug: Web/JavaScript/Reference/Global_Objects/BigInt page-type: javascript-class browser-compat: javascript.builtins.BigInt --- {{JSRef}} **`BigInt`** values represent numeric values which are [too large](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER) to be represented ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/tostring/index.md
--- title: BigInt.prototype.toString() slug: Web/JavaScript/Reference/Global_Objects/BigInt/toString page-type: javascript-instance-method browser-compat: javascript.builtins.BigInt.toString --- {{JSRef}} The **`toString()`** method of {{jsxref("BigInt")}} values returns a string representing the specified {{jsxref("...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/bigint/index.md
--- title: BigInt() constructor slug: Web/JavaScript/Reference/Global_Objects/BigInt/BigInt page-type: javascript-constructor browser-compat: javascript.builtins.BigInt.BigInt --- {{JSRef}} The **`BigInt()`** function returns primitive values of type BigInt. ## Syntax ```js-nolint BigInt(value) ``` > **Note:** `Bi...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/valueof/index.md
--- title: BigInt.prototype.valueOf() slug: Web/JavaScript/Reference/Global_Objects/BigInt/valueOf page-type: javascript-instance-method browser-compat: javascript.builtins.BigInt.valueOf --- {{JSRef}} The **`valueOf()`** method of {{jsxref("BigInt")}} values returns the wrapped primitive value of a {{jsxref("BigInt"...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/asuintn/index.md
--- title: BigInt.asUintN() slug: Web/JavaScript/Reference/Global_Objects/BigInt/asUintN page-type: javascript-static-method browser-compat: javascript.builtins.BigInt.asUintN --- {{JSRef}} The **`BigInt.asUintN()`** static method truncates a `BigInt` value to the given number of least significant bits and returns th...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/tolocalestring/index.md
--- title: BigInt.prototype.toLocaleString() slug: Web/JavaScript/Reference/Global_Objects/BigInt/toLocaleString page-type: javascript-instance-method browser-compat: javascript.builtins.BigInt.toLocaleString --- {{JSRef}} The **`toLocaleString()`** method of {{jsxref("BigInt")}} values returns a string with a langua...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint
data/mdn-content/files/en-us/web/javascript/reference/global_objects/bigint/asintn/index.md
--- title: BigInt.asIntN() slug: Web/JavaScript/Reference/Global_Objects/BigInt/asIntN page-type: javascript-static-method browser-compat: javascript.builtins.BigInt.asIntN --- {{JSRef}} The **`BigInt.asIntN()`** static method truncates a `BigInt` value to the given number of least significant bits and returns that v...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/urierror/index.md
--- title: URIError slug: Web/JavaScript/Reference/Global_Objects/URIError page-type: javascript-class browser-compat: javascript.builtins.URIError --- {{JSRef}} The **`URIError`** object represents an error when a global URI handling function was used in a wrong way. `URIError` is a {{Glossary("serializable object"...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/urierror
data/mdn-content/files/en-us/web/javascript/reference/global_objects/urierror/urierror/index.md
--- title: URIError() constructor slug: Web/JavaScript/Reference/Global_Objects/URIError/URIError page-type: javascript-constructor browser-compat: javascript.builtins.URIError.URIError --- {{JSRef}} The **`URIError()`** constructor creates {{jsxref("URIError")}} objects. ## Syntax ```js-nolint new URIError() new U...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/index.md
--- title: Set slug: Web/JavaScript/Reference/Global_Objects/Set page-type: javascript-class browser-compat: javascript.builtins.Set --- {{JSRef}} The **`Set`** object lets you store unique values of any type, whether {{Glossary("Primitive", "primitive values")}} or object references. ## Description `Set` objects a...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/intersection/index.md
--- title: Set.prototype.intersection() slug: Web/JavaScript/Reference/Global_Objects/Set/intersection page-type: javascript-instance-method browser-compat: javascript.builtins.Set.intersection --- {{JSRef}} The **`intersection()`** method of {{jsxref("Set")}} instances takes a set and returns a new set containing el...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/intersection/diagram.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200" xml:space="preserve"><style>.st1{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><path d="M150 39.39c-20.92 12.1-35 34.71-35 60.61s14.08 48.51 35 60.61c20.92-12.1 35-34.71 35-60.61s-14.08-48.51-35-60.61z" style="fill:#39cac4"/><circle class="st1" cx="1...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/add/index.md
--- title: Set.prototype.add() slug: Web/JavaScript/Reference/Global_Objects/Set/add page-type: javascript-instance-method browser-compat: javascript.builtins.Set.add --- {{JSRef}} The **`add()`** method of {{jsxref("Set")}} instances inserts a new element with a specified value in to this set, if there isn't an elem...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/has/index.md
--- title: Set.prototype.has() slug: Web/JavaScript/Reference/Global_Objects/Set/has page-type: javascript-instance-method browser-compat: javascript.builtins.Set.has --- {{JSRef}} The **`has()`** method of {{jsxref("Set")}} instances returns a boolean indicating whether an element with the specified value exists in ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/set/index.md
--- title: Set() constructor slug: Web/JavaScript/Reference/Global_Objects/Set/Set page-type: javascript-constructor browser-compat: javascript.builtins.Set.Set --- {{JSRef}} The **`Set()`** constructor creates {{jsxref("Set")}} objects. {{EmbedInteractiveExample("pages/js/set-prototype-constructor.html")}} ## Synt...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/keys/index.md
--- title: Set.prototype.keys() slug: Web/JavaScript/Reference/Global_Objects/Set/keys page-type: javascript-instance-method browser-compat: javascript.builtins.Set.keys --- {{JSRef}} The **`keys()`** method of {{jsxref("Set")}} instances is an alias for the [`values()`](/en-US/docs/Web/JavaScript/Reference/Global_Ob...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/clear/index.md
--- title: Set.prototype.clear() slug: Web/JavaScript/Reference/Global_Objects/Set/clear page-type: javascript-instance-method browser-compat: javascript.builtins.Set.clear --- {{JSRef}} The **`clear()`** method of {{jsxref("Set")}} instances removes all elements from this set. {{EmbedInteractiveExample("pages/js/se...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/issubsetof/index.md
--- title: Set.prototype.isSubsetOf() slug: Web/JavaScript/Reference/Global_Objects/Set/isSubsetOf page-type: javascript-instance-method browser-compat: javascript.builtins.Set.isSubsetOf --- {{JSRef}} The **`isSubsetOf()`** method of {{jsxref("Set")}} instances takes a set and returns a boolean indicating if all ele...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/issubsetof/diagram.svg
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 300 200" xml:space="preserve"><style>.st0{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><circle class="st0" cx="150" cy="100" r="75"/><circle class="st0" cx="150" cy="120" r="50"/><text transform="translate(144.361 94.51...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/union/index.md
--- title: Set.prototype.union() slug: Web/JavaScript/Reference/Global_Objects/Set/union page-type: javascript-instance-method browser-compat: javascript.builtins.Set.union --- {{JSRef}} The **`union()`** method of {{jsxref("Set")}} instances takes a set and returns a new set containing elements which are in either o...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/union/diagram.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200" xml:space="preserve"><style>.st1{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><path d="M185 30c-12.75 0-24.7 3.43-35 9.39A69.667 69.667 0 0 0 115 30c-38.66 0-70 31.34-70 70s31.34 70 70 70c12.75 0 24.7-3.43 35-9.39a69.667 69.667 0 0 0 35 9.39c38.66 0...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/issupersetof/index.md
--- title: Set.prototype.isSupersetOf() slug: Web/JavaScript/Reference/Global_Objects/Set/isSupersetOf page-type: javascript-instance-method browser-compat: javascript.builtins.Set.isSupersetOf --- {{JSRef}} The **`isSupersetOf()`** method of {{jsxref("Set")}} instances takes a set and returns a boolean indicating if...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/issupersetof/diagram.svg
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 300 200" xml:space="preserve"><style>.st0{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><circle class="st0" cx="150" cy="100" r="75"/><circle class="st0" cx="150" cy="120" r="50"/><text transform="translate(144.358 44.51...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/size/index.md
--- title: Set.prototype.size slug: Web/JavaScript/Reference/Global_Objects/Set/size page-type: javascript-instance-accessor-property browser-compat: javascript.builtins.Set.size --- {{JSRef}} The **`size`** accessor property of {{jsxref("Set")}} instances returns the number of (unique) elements in this set. {{Embed...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/values/index.md
--- title: Set.prototype.values() slug: Web/JavaScript/Reference/Global_Objects/Set/values page-type: javascript-instance-method browser-compat: javascript.builtins.Set.values --- {{JSRef}} The **`values()`** method of {{jsxref("Set")}} instances returns a new _[set iterator](/en-US/docs/Web/JavaScript/Reference/Glob...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/symmetricdifference/index.md
--- title: Set.prototype.symmetricDifference() slug: Web/JavaScript/Reference/Global_Objects/Set/symmetricDifference page-type: javascript-instance-method browser-compat: javascript.builtins.Set.symmetricDifference --- {{JSRef}} The **`symmetricDifference()`** method of {{jsxref("Set")}} instances takes a set and ret...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/symmetricdifference/diagram.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200" xml:space="preserve"><style>.st1{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><path d="M115 100c0-25.91 14.08-48.51 35-60.61A69.667 69.667 0 0 0 115 30c-38.66 0-70 31.34-70 70s31.34 70 70 70c12.75 0 24.7-3.43 35-9.39-20.92-12.1-35-34.7-35-60.61zm70-...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/@@iterator/index.md
--- title: Set.prototype[@@iterator]() slug: Web/JavaScript/Reference/Global_Objects/Set/@@iterator page-type: javascript-instance-method browser-compat: javascript.builtins.Set.@@iterator --- {{JSRef}} The **`[@@iterator]()`** method of {{jsxref("Set")}} instances implements the [iterable protocol](/en-US/docs/Web/J...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/delete/index.md
--- title: Set.prototype.delete() slug: Web/JavaScript/Reference/Global_Objects/Set/delete page-type: javascript-instance-method browser-compat: javascript.builtins.Set.delete --- {{JSRef}} The **`delete()`** method of {{jsxref("Set")}} instances removes a specified value from this set, if it is in the set. {{EmbedI...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/foreach/index.md
--- title: Set.prototype.forEach() slug: Web/JavaScript/Reference/Global_Objects/Set/forEach page-type: javascript-instance-method browser-compat: javascript.builtins.Set.forEach --- {{JSRef}} The **`forEach()`** method of {{jsxref("Set")}} instances executes a provided function once for each value in this set, in in...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/isdisjointfrom/index.md
--- title: Set.prototype.isDisjointFrom() slug: Web/JavaScript/Reference/Global_Objects/Set/isDisjointFrom page-type: javascript-instance-method browser-compat: javascript.builtins.Set.isDisjointFrom --- {{JSRef}} The **`isDisjointFrom()`** method of {{jsxref("Set")}} instances takes a set and returns a boolean indic...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/isdisjointfrom/diagram.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200" xml:space="preserve"><style>.st0{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><circle class="st0" cx="90" cy="100" r="50"/><circle class="st0" cx="210" cy="100" r="50"/><text transform="translate(85.996 63.2)">A</text><text transform="translate(205....
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/@@species/index.md
--- title: Set[@@species] slug: Web/JavaScript/Reference/Global_Objects/Set/@@species page-type: javascript-static-accessor-property browser-compat: javascript.builtins.Set.@@species --- {{JSRef}} The **`Set[@@species]`** static accessor property is an unused accessor property specifying how to copy `Set` objects. #...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/difference/index.md
--- title: Set.prototype.difference() slug: Web/JavaScript/Reference/Global_Objects/Set/difference page-type: javascript-instance-method browser-compat: javascript.builtins.Set.difference --- {{JSRef}} The **`difference()`** method of {{jsxref("Set")}} instances takes a set and returns a new set containing elements i...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/difference/diagram.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200" xml:space="preserve"><style>.st1{fill:none;stroke:#231f20;stroke-miterlimit:10}</style><path d="M115 100c0-25.91 14.08-48.51 35-60.61A69.667 69.667 0 0 0 115 30c-38.66 0-70 31.34-70 70s31.34 70 70 70c12.75 0 24.7-3.43 35-9.39-20.92-12.1-35-34.7-35-60.61z" st...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set
data/mdn-content/files/en-us/web/javascript/reference/global_objects/set/entries/index.md
--- title: Set.prototype.entries() slug: Web/JavaScript/Reference/Global_Objects/Set/entries page-type: javascript-instance-method browser-compat: javascript.builtins.Set.entries --- {{JSRef}} The **`entries()`** method of {{jsxref("Set")}} instances returns a new _[set iterator](/en-US/docs/Web/JavaScript/Reference/...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/infinity/index.md
--- title: Infinity slug: Web/JavaScript/Reference/Global_Objects/Infinity page-type: javascript-global-property browser-compat: javascript.builtins.Infinity --- {{jsSidebar("Objects")}} The **`Infinity`** global property is a numeric value representing infinity. {{EmbedInteractiveExample("pages/js/globalprops-infin...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/biguint64array/index.md
--- title: BigUint64Array slug: Web/JavaScript/Reference/Global_Objects/BigUint64Array page-type: javascript-class browser-compat: javascript.builtins.BigUint64Array --- {{JSRef}} The **`BigUint64Array`** typed array represents an array of 64-bit unsigned integers in the platform byte order. If control over byte orde...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/biguint64array
data/mdn-content/files/en-us/web/javascript/reference/global_objects/biguint64array/biguint64array/index.md
--- title: BigUint64Array() constructor slug: Web/JavaScript/Reference/Global_Objects/BigUint64Array/BigUint64Array page-type: javascript-constructor browser-compat: javascript.builtins.BigUint64Array.BigUint64Array --- {{JSRef}} The **`BigUint64Array()`** constructor creates {{jsxref("BigUint64Array")}} objects. The...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects
data/mdn-content/files/en-us/web/javascript/reference/global_objects/arraybuffer/index.md
--- title: ArrayBuffer slug: Web/JavaScript/Reference/Global_Objects/ArrayBuffer page-type: javascript-class browser-compat: javascript.builtins.ArrayBuffer --- {{JSRef}} The **`ArrayBuffer`** object is used to represent a generic raw binary data buffer. It is an array of bytes, often referred to in other languages ...
0
data/mdn-content/files/en-us/web/javascript/reference/global_objects/arraybuffer
data/mdn-content/files/en-us/web/javascript/reference/global_objects/arraybuffer/resizable/index.md
--- title: ArrayBuffer.prototype.resizable slug: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/resizable page-type: javascript-instance-accessor-property browser-compat: javascript.builtins.ArrayBuffer.resizable --- {{JSRef}} The **`resizable`** accessor property of {{jsxref("ArrayBuffer")}} instances returns w...
0