Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 3,166 for host:developer.mozilla.org (0.11 sec)

  1. Date.prototype.valueOf()

    The valueOf() method of Date instances returns the number of milliseconds for this date since the epoch, which is defined as the midnight at the beginning of January 1, 1970, UTC.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/valueOf
    Registered: Wed Sep 03 01:45:26 UTC 2025
    - Last Modified: Wed Sep 03 00:47:21 UTC 2025
    - 191.2K bytes
    - Viewed (0)
  2. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/date/index.md # Original Wiki contributors MendyBerger chrisdavidmil...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/contributors.txt
    Registered: Wed Sep 03 01:45:46 UTC 2025
    - Last Modified: Tue Aug 19 16:04:10 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. Map.prototype.entries()

    The entries() method of Map instances returns a new map iterator object that contains the [key, value] pairs for each element in this map in insertion order.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/entries
    Registered: Wed Sep 03 01:54:30 UTC 2025
    - Last Modified: Wed Sep 03 00:47:23 UTC 2025
    - 184.3K bytes
    - Viewed (0)
  4. Symbol.hasInstance

    The Symbol.hasInstance static data property represents the well-known symbol Symbol.hasInstance. The instanceof operator looks up this symbol on its right-hand operand for the method used to determine if the constructor object recognizes an object as its instance.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance
    Registered: Wed Sep 03 01:54:39 UTC 2025
    - Last Modified: Wed Sep 03 00:47:28 UTC 2025
    - 188.8K bytes
    - Viewed (0)
  5. Map.prototype.set()

    The set() method of Map instances adds or updates an entry in this map with a specified key and a value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/set
    Registered: Wed Sep 03 01:54:17 UTC 2025
    - Last Modified: Wed Sep 03 00:47:23 UTC 2025
    - 185.3K bytes
    - Viewed (0)
  6. String.raw()

    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: Wed Sep 03 01:53:37 UTC 2025
    - Last Modified: Wed Sep 03 00:47:27 UTC 2025
    - 200.3K bytes
    - Viewed (0)
  7. String.prototype.big()

    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 Similar Results (1)
    Registered: Wed Sep 03 01:53:49 UTC 2025
    - Last Modified: Wed Sep 03 00:47:27 UTC 2025
    - 188.4K bytes
    - Viewed (0)
  8. String.prototype.blink()

    The blink() method of String values creates a string that embeds this string in a <blink> element (<blink>str</blink>), which used to cause a string to blink in old browsers.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/blink
    Registered: Wed Sep 03 01:53:24 UTC 2025
    - Last Modified: Wed Sep 03 00:47:27 UTC 2025
    - 187.8K bytes
    - Viewed (0)
  9. Temporal.ZonedDateTime

    The Temporal.ZonedDateTime object represents a date and time with a time zone. It is fundamentally represented as a combination of an instant, a time zone, and a calendar system.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime
    Registered: Wed Sep 03 01:47:28 UTC 2025
    - Last Modified: Wed Sep 03 00:47:31 UTC 2025
    - 257.7K bytes
    - Viewed (0)
  10. Date.prototype.toLocaleString()

    The toLocaleString() method of Date instances returns a string with a language-sensitive representation of this date in the local timezone. In implementations with Intl.DateTimeFormat API support, this method delegates to Intl.DateTimeFormat.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString
    Registered: Wed Sep 03 01:47:40 UTC 2025
    - Last Modified: Wed Sep 03 00:47:21 UTC 2025
    - 199.3K bytes
    - Viewed (0)
Back to top