Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 3,166 for host:developer.mozilla.org (1.53 sec)

  1. Date.prototype.setUTCFullYear() - JavaScript | MDN

    The setUTCFullYear() method of Date instances changes the year for this date according to universal time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCFullYear
    Registered: Mon Sep 08 06:51:49 UTC 2025
    - Last Modified: Mon Sep 08 00:48:28 UTC 2025
    - 191.4K bytes
    - Viewed (0)
  2. String.prototype.localeCompare() - JavaScript |...

    The localeCompare() method of String values returns a number indicating whether this string comes before, or after, or is the same as the given string in sort order. In implementations with Intl.Collator API support, this method delegates to Intl.Collator.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare
    Registered: Mon Sep 08 07:25:33 UTC 2025
    - Last Modified: Mon Sep 08 00:48:34 UTC 2025
    - 202.2K bytes
    - Viewed (0)
  3. Iterator.prototype.every() - JavaScript | MDN

    The every() method of Iterator instances is similar to Array.prototype.every(): it tests whether all elements produced by the iterator pass the test implemented by the provided function. It returns a boolean value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/every
    Registered: Mon Sep 08 07:29:20 UTC 2025
    - Last Modified: Mon Sep 08 00:48:30 UTC 2025
    - 185.4K bytes
    - Viewed (0)
  4. Generator.prototype.next() - JavaScript | MDN

    The next() method of Generator instances returns an object with two properties done and value. You can also provide a parameter to the next method to send a value to the generator.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator/next
    Registered: Mon Sep 08 07:28:54 UTC 2025
    - Last Modified: Mon Sep 08 00:48:29 UTC 2025
    - 187.8K bytes
    - Viewed (0)
  5. Date.prototype.setUTCMinutes() - JavaScript | MDN

    The setUTCMinutes() method of Date instances changes the minutes for this date according to universal time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCMinutes
    Registered: Mon Sep 08 06:44:56 UTC 2025
    - Last Modified: Mon Sep 08 00:48:28 UTC 2025
    - 191.4K bytes
    - Viewed (0)
  6. Intl.RelativeTimeFormat - JavaScript | MDN

    The Intl.RelativeTimeFormat object enables language-sensitive relative time formatting.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat
    Registered: Mon Sep 08 06:38:17 UTC 2025
    - Last Modified: Mon Sep 08 00:48:30 UTC 2025
    - 190K bytes
    - Viewed (0)
  7. 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: Mon Sep 08 06:48:01 UTC 2025
    - Last Modified: Mon Sep 08 00:48:28 UTC 2025
    - 192.3K bytes
    - Viewed (0)
  8. 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: Mon Sep 08 07:18:25 UTC 2025
    - Last Modified: Mon Sep 08 00:48:27 UTC 2025
    - 187K bytes
    - Viewed (0)
  9. String.prototype.fontcolor() - JavaScript | MDN

    The fontcolor() method of String values creates a string that embeds this string in a <font> element (<font color="...">str</font>), which causes this string to be displayed in the specified font color.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fontcolor
    Registered: Mon Sep 08 07:19:18 UTC 2025
    - Last Modified: Mon Sep 08 00:48:34 UTC 2025
    - 190.1K bytes
    - Viewed (0)
  10. String.prototype[Symbol.iterator]() - JavaScrip...

    The [Symbol.iterator]() method of String values implements the iterable protocol and allows strings to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns a string iterator object that yields the Unicode code points of the string value as individual strings.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Symbol.iterator
    Registered: Mon Sep 08 07:22:53 UTC 2025
    - Last Modified: Mon Sep 08 00:48:35 UTC 2025
    - 194.5K bytes
    - Viewed (0)
Back to top