- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of 3,184 for host:developer.mozilla.org (0.09 seconds)
-
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/index.md # Original Wiki contributors Aljullu chharvey Avivhdr fscholz wb...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/contributors.txtTue Aug 19 16:04:52 GMT 2025 359 bytes -
Object.preventExtensions() - JavaScript | MDN
The Object.preventExtensions() static method prevents new properties from ever being added to an object (i.e., prevents future extensions to the object). It also prevents the object's prototype from being re-assigned.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensionsMon May 04 01:26:19 GMT 2026 17.7K bytes -
Reflect.getPrototypeOf() - JavaScript | MDN
The Reflect.getPrototypeOf() static method is like Object.getPrototypeOf(). It returns the prototype of the specified object.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/getPrototypeOfMon May 04 01:26:19 GMT 2026 16.5K bytes -
handler.setPrototypeOf() - JavaScript | MDN
The handler.setPrototypeOf() method is a trap for the [[SetPrototypeOf]] object internal method, which is used by operations such as Object.setPrototypeOf().developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/setPrototypeOfMon May 04 01:26:19 GMT 2026 17.5K bytes -
ArrayBuffer.prototype.resizable - JavaScript | MDN
The resizable accessor property of ArrayBuffer instances returns whether this array buffer can be resized or not.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/resizableMon May 04 01:26:16 GMT 2026 16.5K bytes -
AsyncDisposableStack.prototype.use() - JavaScri...
The use() method of AsyncDisposableStack instances registers a value that implements the async disposable protocol to the stack.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/useMon May 04 01:26:16 GMT 2026 16.6K bytes -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/guide/meta_programming/index.md # Original Wiki contributors Zearin_Galaurum olexp chrisdavid...developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Meta_programming/contributors.txtTue Aug 19 16:03:55 GMT 2025 224 bytes -
Iterator.prototype.toArray() - JavaScript | MDN
The toArray() method of Iterator instances creates a new Array instance populated with the elements yielded from the iterator.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/toArrayMon May 04 01:26:18 GMT 2026 16.7K bytes -
Iterator.prototype.filter() - JavaScript | MDN
The filter() method of Iterator instances returns a new iterator helper object that yields only those elements of the iterator for which the provided callback function returns true.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/filterMon May 04 01:26:18 GMT 2026 17.3K bytes -
Iterator.prototype.reduce() - JavaScript | MDN
The reduce() method of Iterator instances is similar to Array.prototype.reduce: it executes a user-supplied "reducer" callback function on each element produced by the iterator, passing in the return value from the calculation on the preceding element. The final result of running the reducer across all elements is a single value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/reduceMon May 04 01:26:18 GMT 2026 17.3K bytes