- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 3,178 for host:developer.mozilla.org (0.02 sec)
-
Unicode character class escape: \p{...}, \P{......
A unicode character class escape is a kind of character class escape that matches a set of characters specified by a Unicode property. It's only supported in Unicode-aware mode. When the v flag is enabled, it can also be used to match finite-length strings.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_c...Registered: Fri Jan 16 01:25:29 UTC 2026 - Last Modified: Fri Jan 16 01:05:51 UTC 2026 - 198.7K bytes - Viewed (0) -
Comma operator (,) - JavaScript | MDN
The comma (,) operator evaluates each of its operands (from left to right) and returns the value of the last operand. This is commonly used to provide multiple updaters to a for loop's afterthought.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_operatorRegistered: Fri Jan 16 01:27:45 UTC 2026 - Last Modified: Fri Jan 16 01:05:51 UTC 2026 - 193.1K bytes - Viewed (0) -
href - SVG | MDN
The href attribute defines a link to a resource as a reference URL. The exact meaning of that link depends on the context of each element using it.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/hrefRegistered: Fri Jan 16 01:27:54 UTC 2026 - Last Modified: Fri Jan 16 01:05:54 UTC 2026 - 195.1K bytes - Viewed (0) -
font-weight - SVG | MDN
The font-weight attribute refers to the boldness or lightness of the glyphs used to render the text, relative to other fonts in the same font family.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-weightRegistered: Fri Jan 16 01:27:15 UTC 2026 - Last Modified: Thu Jan 15 01:03:09 UTC 2026 - 166.3K bytes - Viewed (0) -
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/nullRegistered: Fri Jan 16 01:27:15 UTC 2026 - Last Modified: Fri Jan 16 01:05:51 UTC 2026 - 186K bytes - Viewed (0) -
diffuseConstant - SVG | MDN
The diffuseConstant attribute represents the kd value in the Phong lighting model. In SVG, this can be any non-negative number.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/diffuseConstantRegistered: Fri Jan 16 01:25:20 UTC 2026 - Last Modified: Fri Jan 16 01:05:53 UTC 2026 - 165.9K bytes - Viewed (0) -
Object.groupBy() - JavaScript | MDN
The Object.groupBy() static method groups the elements of a given iterable according to the string values returned by a provided callback function. The returned object has separate properties for each group, containing arrays with the elements in the group.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupByRegistered: Fri Jan 16 02:23:58 UTC 2026 - Last Modified: Fri Jan 16 01:05:47 UTC 2026 - 154.9K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/index.md # Original Wiki contributors Aljullu chharvey Avivhdr fscholz wb...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/contributors.txtRegistered: Fri Jan 16 02:21:22 UTC 2026 - Last Modified: Tue Aug 19 16:04:52 UTC 2025 - 515 bytes - Viewed (0) -
Intl.DateTimeFormat - JavaScript | MDN
The Intl.DateTimeFormat object enables language-sensitive date and time formatting.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormatRegistered: Fri Jan 16 02:21:30 UTC 2026 - Last Modified: Fri Jan 16 01:05:45 UTC 2026 - 157.4K bytes - Viewed (0) -
Object.preventExtensions() - JavaScript | MDN
The Object.preventExtensions() static method prevents new properties from ever being added to an object (i.e., prevents future extensions to the object). It also prevents the object's prototype from being re-assigned.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensionsRegistered: Fri Jan 16 02:22:40 UTC 2026 - Last Modified: Fri Jan 16 01:05:47 UTC 2026 - 155.1K bytes - Viewed (0)