Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 121 - 130 of 3,184 for host:developer.mozilla.org (0.09 seconds)

  1. 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.txt
    Tue Aug 19 16:04:52 GMT 2025
      359 bytes
  2. 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/preventExtensions
    Mon May 04 01:26:19 GMT 2026
      17.7K bytes
  3. 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/getPrototypeOf
    Mon May 04 01:26:19 GMT 2026
      16.5K bytes
  4. 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/setPrototypeOf
    Mon May 04 01:26:19 GMT 2026
      17.5K bytes
  5. 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/resizable
    Mon May 04 01:26:16 GMT 2026
      16.5K bytes
  6. 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/use
    Mon May 04 01:26:16 GMT 2026
      16.6K bytes
  7. 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.txt
    Tue Aug 19 16:03:55 GMT 2025
      224 bytes
  8. 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/toArray
    Mon May 04 01:26:18 GMT 2026
      16.7K bytes
  9. 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/filter
    Mon May 04 01:26:18 GMT 2026
      17.3K bytes
  10. 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/reduce
    Mon May 04 01:26:18 GMT 2026
      17.3K bytes
Back to Top