Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 5,192 for timestamp:[now/d-7d TO *] (0.06 seconds)

  1. Intl.Locale.prototype.getWeekInfo() - JavaScrip...

    The getWeekInfo() method of Intl.Locale instances returns a weekInfo object with the properties firstDay, weekend and minimalDays for this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo
    Wed Apr 01 01:22:17 GMT 2026
      17K bytes
  2. Intl.Locale.prototype.getTextInfo() - JavaScrip...

    The getTextInfo() method of Intl.Locale instances returns the ordering of characters indicated by either ltr (left-to-right) or by rtl (right-to-left) for this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo
    Wed Apr 01 01:22:17 GMT 2026
      16.5K bytes
  3. Intl.Locale.prototype.hourCycle - JavaScript | MDN

    The hourCycle accessor property of Intl.Locale instances returns the hour cycle type for this locale.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/hourCycle
    Wed Apr 01 01:22:17 GMT 2026
      16.7K bytes
  4. await using - JavaScript | MDN

    The await using declaration declares block-scoped local variables that are asynchronously disposed. Like const, variables declared with await using must be initialized and cannot be reassigned. The variable's value must be either null, undefined, or an object with a [Symbol.asyncDispose]() or [Symbol.dispose]() method. When the variable goes out of scope, the [Symbol.asyncDispose]() or [Symbol.dispose]() method of the object is called and awaited, to ensure that resources are freed.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/await_using
    Sun Apr 05 01:15:28 GMT 2026
      25.3K bytes
  5. Character escape: \n, \u{...} - JavaScript | MDN

    A character escape represents a character that may not be able to be conveniently represented in its literal form.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Character_escape
    Sun Apr 05 01:15:28 GMT 2026
      23.6K bytes
  6. null - JavaScript | MDN

    The null keyword refers to the null primitive value, which represents the intentional absence of any object value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/null
    Sun Apr 05 01:15:28 GMT 2026
      22.8K bytes
  7. get - JavaScript | MDN

    The get syntax binds an object property to a function that will be called when that property is looked up. It can also be used in classes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get
    Sun Apr 05 01:15:19 GMT 2026
      25.3K bytes
  8. Unsigned right shift (>>>) - JavaScrip...

    The unsigned right shift (>>>) operator returns a number whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and zero bits are shifted in from the left. This operation is also called "zero-filling right shift", because the sign bit becomes 0, so the resulting number is always positive. Unsigned right shift does not accept BigInt values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift
    Sun Apr 05 01:15:28 GMT 2026
      23.2K bytes
  9. SyntaxError: illegal character - JavaScript | MDN

    The JavaScript exception "illegal character" occurs when the lexer reads a character that's not part of a string literal, and the character cannot constitute a valid token in the language.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Illegal_character
    Sun Apr 05 01:15:19 GMT 2026
      21.8K bytes
  10. maskUnits - SVG | MDN

    The maskUnits attribute indicates which coordinate system to use for the geometry properties of the <mask> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/maskUnits
    Sun Apr 05 01:15:33 GMT 2026
      18.7K bytes
Back to Top