- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 5,192 for timestamp:[now/d-7d TO *] (0.06 seconds)
-
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/getWeekInfoWed Apr 01 01:22:17 GMT 2026 17K bytes -
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/getTextInfoWed Apr 01 01:22:17 GMT 2026 16.5K bytes -
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/hourCycleWed Apr 01 01:22:17 GMT 2026 16.7K bytes -
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_usingSun Apr 05 01:15:28 GMT 2026 25.3K bytes -
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_escapeSun Apr 05 01:15:28 GMT 2026 23.6K bytes -
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/nullSun Apr 05 01:15:28 GMT 2026 22.8K bytes -
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/getSun Apr 05 01:15:19 GMT 2026 25.3K bytes -
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_shiftSun Apr 05 01:15:28 GMT 2026 23.2K bytes -
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_characterSun Apr 05 01:15:19 GMT 2026 21.8K bytes -
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/maskUnitsSun Apr 05 01:15:33 GMT 2026 18.7K bytes