Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2951 - 2960 of 3,110 for host:developer.mozilla.org (0.05 sec)

  1. 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: Fri Jul 25 03:03:19 UTC 2025
    - Last Modified: Wed Jul 23 00:48:07 UTC 2025
    - 95.9K bytes
    - Viewed (0)
  2. Symbol.split - JavaScript | MDN

    The Symbol.split static data property represents the well-known symbol Symbol.split. The String.prototype.split() method looks up this symbol on its first argument for the method that splits a string at the indices that match the current object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/split
    Registered: Fri Jul 25 03:03:31 UTC 2025
    - Last Modified: Wed Jul 23 00:48:08 UTC 2025
    - 69.3K bytes
    - Viewed (0)
  3. Symbol.for() - JavaScript | MDN

    The Symbol.for() static method searches for existing symbols in a runtime-wide symbol registry with the given key and returns it if found. Otherwise a new symbol gets created in the global symbol registry with this key.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/for
    Registered: Fri Jul 25 03:03:44 UTC 2025
    - Last Modified: Wed Jul 23 00:48:08 UTC 2025
    - 69.1K bytes
    - Viewed (0)
  4. Symbol.prototype.toString() - JavaScript | MDN

    The toString() method of Symbol values returns a string representing this symbol value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toString
    Registered: Fri Jul 25 03:03:48 UTC 2025
    - Last Modified: Wed Jul 23 00:48:08 UTC 2025
    - 72.2K bytes
    - Viewed (0)
  5. Symbol.keyFor() - JavaScript | MDN

    The Symbol.keyFor() static method retrieves a shared symbol key from the global symbol registry for the given symbol.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/keyFor
    Registered: Fri Jul 25 03:04:00 UTC 2025
    - Last Modified: Wed Jul 23 00:48:08 UTC 2025
    - 66.8K bytes
    - Viewed (0)
  6. Intl.Locale.prototype.getCollations() - JavaScr...

    The getCollations() method of Intl.Locale instances returns a list of one or more collation types for this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getCollations
    Registered: Fri Jul 25 03:05:16 UTC 2025
    - Last Modified: Wed Jul 23 00:48:00 UTC 2025
    - 69.5K bytes
    - Viewed (0)
  7. Intl.Locale.prototype.script - JavaScript | MDN

    The script accessor property of Intl.Locale instances returns the script used for writing the particular language used in this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/script
    Registered: Fri Jul 25 03:05:19 UTC 2025
    - Last Modified: Wed Jul 23 00:48:01 UTC 2025
    - 71.5K bytes
    - Viewed (0)
  8. Intl.Locale.prototype.numberingSystem - JavaScr...

    The numberingSystem accessor property of Intl.Locale instances returns the numeral system for this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/numberingSystem
    Registered: Fri Jul 25 03:05:40 UTC 2025
    - Last Modified: Wed Jul 23 00:48:01 UTC 2025
    - 73.3K bytes
    - Viewed (0)
  9. Intl.Locale.prototype.region - JavaScript | MDN

    The region accessor property of Intl.Locale instances returns the region of the world (usually a country) associated with this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/region
    Registered: Fri Jul 25 03:05:48 UTC 2025
    - Last Modified: Wed Jul 23 00:48:01 UTC 2025
    - 71.9K bytes
    - Viewed (0)
  10. ArrayBuffer() constructor - JavaScript | MDN

    The ArrayBuffer() constructor creates ArrayBuffer objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/ArrayBuffer
    Registered: Fri Jul 25 01:57:52 UTC 2025
    - Last Modified: Wed Jul 23 00:47:56 UTC 2025
    - 69.6K bytes
    - Viewed (0)
Back to top