Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 3,166 for host:developer.mozilla.org (0.12 sec)

  1. Temporal.PlainDate.prototype.dayOfYear

    The dayOfYear accessor property of Temporal.PlainDate instances returns a positive integer representing the 1-based day index in the year of this date. The first day of this year is 1, and the last day is the daysInYear. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/dayOf...
    Registered: Wed Sep 03 02:13:38 UTC 2025
    - Last Modified: Wed Sep 03 00:47:29 UTC 2025
    - 194.5K bytes
    - Viewed (0)
  2. Temporal.PlainTime.prototype.toLocaleString()

    The toLocaleString() method of Temporal.PlainTime instances returns a string with a language-sensitive representation of this time. 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/PlainTime/toLoc...
    Registered: Wed Sep 03 02:15:25 UTC 2025
    - Last Modified: Wed Sep 03 00:47:30 UTC 2025
    - 194.8K bytes
    - Viewed (0)
  3. Temporal.ZonedDateTime.prototype.month

    The month accessor property of Temporal.ZonedDateTime instances returns a positive integer representing the 1-based month index in the year of this date. The first month of this year is 1, and the last month is the monthsInYear. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/m...
    Registered: Wed Sep 03 02:16:18 UTC 2025
    - Last Modified: Wed Sep 03 00:47:31 UTC 2025
    - 197.7K bytes
    - Viewed (0)
  4. Temporal.PlainYearMonth.prototype.toJSON()

    The toJSON() method of Temporal.PlainYearMonth instances returns a string representing this year-month in the same RFC 9557 format as calling toString(). It is intended to be implicitly called by JSON.stringify().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Registered: Wed Sep 03 02:17:19 UTC 2025
    - Last Modified: Wed Sep 03 00:47:31 UTC 2025
    - 192.6K bytes
    - Viewed (0)
  5. Temporal.PlainDate.prototype.weekOfYear

    The weekOfYear accessor property of Temporal.PlainDate instances returns a positive integer representing the 1-based week index in the yearOfWeek of this date, or undefined if the calendar does not have a well-defined week system. The first week of the year is 1. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/weekO...
    Registered: Wed Sep 03 02:16:26 UTC 2025
    - Last Modified: Wed Sep 03 00:47:29 UTC 2025
    - 194.8K bytes
    - Viewed (0)
  6. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/destructuring/index.md # Original Wiki contributors chrisdavidmills Muham...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring/contributors.txt
    Registered: Wed Sep 03 02:31:30 UTC 2025
    - Last Modified: Tue Aug 19 16:04:52 UTC 2025
    - 937 bytes
    - Viewed (0)
  7. Intl.Segmenter.prototype.segment()

    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: Wed Sep 03 02:30:34 UTC 2025
    - Last Modified: Wed Sep 03 00:47:23 UTC 2025
    - 183.2K bytes
    - Viewed (0)
  8. Segments.prototype[Symbol.iterator]()

    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: Wed Sep 03 02:30:53 UTC 2025
    - Last Modified: Wed Sep 03 00:47:23 UTC 2025
    - 187.5K bytes
    - Viewed (0)
  9. Iterator.prototype.filter()

    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
    Registered: Wed Sep 03 02:30:57 UTC 2025
    - Last Modified: Wed Sep 03 00:47:23 UTC 2025
    - 186.4K bytes
    - Viewed (0)
  10. Iterator.prototype.toArray()

    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
    Registered: Wed Sep 03 02:30:30 UTC 2025
    - Last Modified: Wed Sep 03 00:47:23 UTC 2025
    - 183.1K bytes
    - Viewed (0)
Back to top