Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 3,220 for host:developer.mozilla.org (0.21 sec)

  1. Temporal.PlainDateTime.prototype.toPlainTime() ...

    The toPlainTime() method of Temporal.PlainDateTime instances returns a new Temporal.PlainTime object representing the time part (hour, minute, second, and subsecond components) of this date-time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/t...
    Registered: Mon Jul 07 03:06:38 UTC 2025
    - Last Modified: Thu Jul 03 09:38:24 UTC 2025
    - 89.8K bytes
    - Viewed (0)
  2. Temporal.Instant.prototype.toLocaleString() - J...

    The toLocaleString() method of Temporal.Instant instances returns a string with a language-sensitive representation of this instant. In implementations with Intl.DateTimeFormat API support, this method delegates to Intl.DateTimeFormat.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toLocal...
    Registered: Mon Jul 07 03:07:25 UTC 2025
    - Last Modified: Thu Jul 03 09:38:23 UTC 2025
    - 83.4K bytes
    - Viewed (0)
  3. 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
    Registered: Mon Jul 07 03:23:16 UTC 2025
    - Last Modified: Thu Jul 03 09:38:17 UTC 2025
    - 70.5K bytes
    - Viewed (0)
  4. FinalizationRegistry() constructor - JavaScript...

    The FinalizationRegistry() constructor creates FinalizationRegistry objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry/Fin...
    Registered: Mon Jul 07 03:24:25 UTC 2025
    - Last Modified: Thu Jul 03 09:38:15 UTC 2025
    - 61.3K bytes
    - Viewed (0)
  5. Intl.Segmenter.prototype.segment() - JavaScript...

    The segment() method of Intl.Segmenter instances segments a string according to the locale and granularity of this Intl.Segmenter object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment
    Registered: Mon Jul 07 03:36:30 UTC 2025
    - Last Modified: Thu Jul 03 09:38:17 UTC 2025
    - 65.6K bytes
    - Viewed (0)
  6. Segments.prototype[Symbol.iterator]() - JavaScr...

    The [Symbol.iterator]() method of Segments instances implements the iterable protocol and allows Segments objects to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns a segments iterator object that yields data about each segment.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment/S...
    Registered: Mon Jul 07 03:36:20 UTC 2025
    - Last Modified: Thu Jul 03 09:38:17 UTC 2025
    - 71.1K bytes
    - Viewed (0)
  7. String.raw() - JavaScript | MDN

    The String.raw() static method is a tag function of template literals. This is similar to the r prefix in Python, or the @ prefix in C# for string literals. It's used to get the raw string form of template literals โ€” that is, substitutions (e.g., ${foo}) are processed, but escape sequences (e.g., \n) are not.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw
    Registered: Mon Jul 07 03:45:26 UTC 2025
    - Last Modified: Thu Jul 03 09:38:21 UTC 2025
    - 94.9K bytes
    - Viewed (0)
  8. String.prototype.toString() - JavaScript | MDN

    The toString() method of String values returns this string value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toString
    Registered: Mon Jul 07 03:45:42 UTC 2025
    - Last Modified: Thu Jul 03 09:38:21 UTC 2025
    - 82K bytes
    - Viewed (0)
  9. String.prototype.valueOf() - JavaScript | MDN

    The valueOf() method of String values returns this string value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/valueOf
    Registered: Mon Jul 07 03:45:51 UTC 2025
    - Last Modified: Thu Jul 03 09:38:22 UTC 2025
    - 79.1K bytes
    - Viewed (0)
  10. String.prototype.fontsize() - JavaScript | MDN

    The fontsize() method of String values creates a string that embeds this string in a <font> element (<font size="...">str</font>), which causes this string to be displayed in the specified font size.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fontsize
    Registered: Mon Jul 07 03:46:22 UTC 2025
    - Last Modified: Thu Jul 03 09:38:21 UTC 2025
    - 82.2K bytes
    - Viewed (0)
Back to top