Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 21 - 30 of 606 for host:developer.mozilla.org (0.02 sec)

  1. RegExp.lastMatch ($&) - JavaScript | MDN

    The RegExp.lastMatch static accessor property returns the last matched substring. RegExp["$&"] is an alias for this property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastMatch
    Registered: Fri Apr 26 01:49:27 UTC 2024
    - Last Modified: Fri Apr 26 00:40:54 UTC 2024
    - 70K bytes
    - Viewed (0)
  2. Iterator.prototype[@@iterator]() - JavaScript |...

    The [@@iterator]() method of Iterator instances implements the iterable protocol and allows built-in iterators to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns the value of this, which is the iterator object itself.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/@@iterator
    Registered: Fri Apr 26 01:44:32 UTC 2024
    - Last Modified: Fri Apr 26 00:40:50 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  3. Segments.prototype[@@iterator]() - JavaScript |...

    The [@@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: Fri Apr 26 01:44:38 UTC 2024
    - Last Modified: Fri Apr 26 00:40:50 UTC 2024
    - 71.5K bytes
    - Viewed (0)
  4. Iterator.prototype.every() - JavaScript | MDN

    The every() method of Iterator instances is similar to Array.prototype.every(): it tests whether all elements produced by the iterator pass the test implemented by the provided function. It returns a boolean value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/every
    Registered: Fri Apr 26 01:44:44 UTC 2024
    - Last Modified: Fri Apr 26 00:40:51 UTC 2024
    - 79K bytes
    - Viewed (0)
  5. Math.E - JavaScript | MDN

    The Math.E static data property represents Euler's number, the base of natural logarithms, e, which is approximately 2.718.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/E
    Registered: Fri Apr 26 01:45:46 UTC 2024
    - Last Modified: Fri Apr 26 00:40:51 UTC 2024
    - 62.4K bytes
    - Viewed (0)
  6. Object.fromEntries() - JavaScript | MDN

    The Object.fromEntries() static method transforms a list of key-value pairs into an object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries
    Registered: Fri Apr 26 01:45:59 UTC 2024
    - Last Modified: Fri Apr 26 00:40:53 UTC 2024
    - 76.8K bytes
    - Viewed (0)
  7. Object.seal() - JavaScript | MDN

    The Object.seal() static method seals an object. Sealing an object prevents extensions and makes existing properties non-configurable. A sealed object has a fixed set of properties: new properties cannot be added, existing properties cannot be removed, their enumerability and configurability cannot be changed, and its prototype cannot be re-assigned. Values of existing properties can still be changed as long as they are writable. seal() returns the same object that was passed in.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/seal
    Registered: Fri Apr 26 01:46:21 UTC 2024
    - Last Modified: Fri Apr 26 00:40:53 UTC 2024
    - 78.8K bytes
    - Viewed (0)
  8. Intl.getCanonicalLocales() - JavaScript | MDN

    The Intl.getCanonicalLocales() static method returns an array containing the canonical locale names. Duplicates will be omitted and elements will be validated as structurally valid language tags.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales
    Registered: Fri Apr 26 01:43:27 UTC 2024
    - Last Modified: Fri Apr 26 00:40:50 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  9. String.prototype.trimStart() - JavaScript | MDN

    The trimStart() method of String values removes whitespace from the beginning of this string and returns a new string, without modifying the original string. trimLeft() is an alias of this method.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/trimStart
    Registered: Fri Apr 26 01:41:43 UTC 2024
    - Last Modified: Fri Apr 26 00:40:56 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  10. String.prototype.padEnd() - JavaScript | MDN

    The padEnd() method of String values pads this string with a given string (repeated, if needed) so that the resulting string reaches a given length. The padding is applied from the end of this string.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padEnd
    Registered: Fri Apr 26 01:41:47 UTC 2024
    - Last Modified: Fri Apr 26 00:40:55 UTC 2024
    - 80.2K bytes
    - Viewed (0)
Back to top