Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 1,628 for host:developer.mozilla.org (0.02 seconds)

  1. Temporal.Instant.compare() - JavaScript | MDN

    The Temporal.Instant.compare() static method returns a number (-1, 0, or 1) indicating whether the first instant comes before, is the same as, or comes after the second instant. It is equivalent to comparing the epochNanoseconds of the two instants.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/compare
    Fri Feb 06 01:07:02 GMT 2026
      147.2K bytes
  2. Temporal.PlainYearMonth.prototype.toJSON() - Ja...

    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/...
    Fri Feb 06 01:07:04 GMT 2026
      148.7K bytes
  3. Temporal.ZonedDateTime.prototype.daysInWeek - J...

    The daysInWeek accessor property of Temporal.ZonedDateTime instances returns a positive integer representing the number of days in the week of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/d...
    Fri Feb 06 01:07:04 GMT 2026
      150K bytes
  4. Array.prototype.shift() - JavaScript | MDN

    The shift() method of Array instances removes the first element from an array and returns that removed element. This method changes the length of the array.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift
    Fri Feb 06 01:06:57 GMT 2026
      155.4K bytes
  5. Array.prototype.entries() - JavaScript | MDN

    The entries() method of Array instances returns a new array iterator object that contains the key/value pairs for each index in the array.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/entries
    Fri Feb 06 01:06:56 GMT 2026
      154.4K bytes
  6. Array.prototype.findLast() - JavaScript | MDN

    The findLast() method of Array instances iterates the array in reverse order and returns the value of the first element that satisfies the provided testing function. If no elements satisfy the testing function, undefined is returned.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findLast
    Fri Feb 06 01:06:56 GMT 2026
      162.1K bytes
  7. Array.prototype.keys() - JavaScript | MDN

    The keys() method of Array instances returns a new array iterator object that contains the keys for each index in the array.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/keys
    Fri Feb 06 01:06:56 GMT 2026
      153.1K bytes
  8. String.prototype.big() - JavaScript | MDN

    The big() method of String values creates a string that embeds this string in a <big> element (<big>str</big>), which causes this string to be displayed in a big font.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/big
    Fri Feb 06 01:07:01 GMT 2026
      151K bytes
  9. 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
    Fri Feb 06 01:07:02 GMT 2026
      163.9K bytes
  10. 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
    Fri Feb 06 01:07:03 GMT 2026
      154.6K bytes
Back to Top