Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1501 - 1510 of 3,108 for host:developer.mozilla.org (0.04 sec)

  1. Date.prototype[Symbol.toPrimitive]() - JavaScri...

    The [Symbol.toPrimitive]() method of Date instances returns a primitive value representing this date. It may either be a string or a number, depending on the hint given.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Symbol.toPrimitive
    Registered: Wed Jul 16 01:52:34 UTC 2025
    - Last Modified: Wed Jul 16 00:47:15 UTC 2025
    - 80.7K bytes
    - Viewed (0)
  2. Object.getPrototypeOf() - JavaScript | MDN

    The Object.getPrototypeOf() static method returns the prototype (i.e., the value of the internal [[Prototype]] property) of the specified object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf
    Registered: Wed Jul 16 01:52:48 UTC 2025
    - Last Modified: Wed Jul 16 00:47:19 UTC 2025
    - 75.9K bytes
    - Viewed (0)
  3. Object.create() - JavaScript | MDN

    The Object.create() static method creates a new object, using an existing object as the prototype of the newly created object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/create
    Registered: Wed Jul 16 01:53:37 UTC 2025
    - Last Modified: Wed Jul 16 00:47:19 UTC 2025
    - 87.2K bytes
    - Viewed (0)
  4. String.prototype.concat() - JavaScript | MDN

    The concat() method of String values concatenates the string arguments to this string and returns a new string.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/concat
    Registered: Wed Jul 16 01:52:52 UTC 2025
    - Last Modified: Wed Jul 16 00:47:21 UTC 2025
    - 82.2K bytes
    - Viewed (0)
  5. Object.getOwnPropertyDescriptor() - JavaScript ...

    The Object.getOwnPropertyDescriptor() static method returns an object describing the configuration of a specific property on a given object (that is, one directly present on an object and not in the object's prototype chain). The object returned is mutable but mutating it has no effect on the original property's configuration.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDes...
    Registered: Wed Jul 16 01:53:15 UTC 2025
    - Last Modified: Wed Jul 16 00:47:19 UTC 2025
    - 82.4K bytes
    - Viewed (0)
  6. Array.prototype.indexOf() - JavaScript | MDN

    The indexOf() method of Array instances returns the first index at which a given element can be found in the array, or -1 if it is not present.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
    Registered: Wed Jul 16 01:53:19 UTC 2025
    - Last Modified: Wed Jul 16 00:47:13 UTC 2025
    - 85.7K bytes
    - Viewed (0)
  7. BigInt.prototype.toString() - JavaScript | MDN

    The toString() method of BigInt values returns a string representing the specified BigInt value. The trailing "n" is not part of the string.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/toString
    Registered: Wed Jul 16 01:53:58 UTC 2025
    - Last Modified: Wed Jul 16 00:47:14 UTC 2025
    - 70.4K bytes
    - Viewed (0)
  8. flood-opacity - SVG | MDN

    The flood-opacity attribute indicates the opacity value to use across the current filter primitive subregion.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/flood-opacity
    Registered: Wed Jul 16 01:02:29 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 110.2K bytes
    - Viewed (0)
  9. WeakRef - JavaScript | MDN

    A WeakRef object lets you hold a weak reference to another object, without preventing that object from getting garbage-collected.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef
    Registered: Wed Jul 16 01:01:52 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 75.4K bytes
    - Viewed (0)
  10. WeakSet - JavaScript | MDN

    A WeakSet is a collection of garbage-collectable values, including objects and non-registered symbols. A value in the WeakSet may only occur once. It is unique in the WeakSet's collection.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet
    Registered: Wed Jul 16 01:04:14 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 72.3K bytes
    - Viewed (0)
Back to top