- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 3,176 for host:developer.mozilla.org (0.03 sec)
-
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: Mon Nov 03 01:13:55 UTC 2025 - Last Modified: Mon Nov 03 01:13:39 UTC 2025 - 184K bytes - Viewed (0) -
RangeError: form must be one of 'NFC', 'NFD', '...
The JavaScript exception "form must be one of 'NFC', 'NFD', 'NFKC', or 'NFKD'" occurs when an unrecognized string is passed to the String.prototype.normalize() method.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Form_must_be_one_ofRegistered: Mon Nov 03 01:14:17 UTC 2025 - Last Modified: Mon Nov 03 01:13:22 UTC 2025 - 174.3K bytes - Viewed (0) -
fill - SVG | MDN
The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fillRegistered: Mon Nov 03 01:14:57 UTC 2025 - Last Modified: Mon Nov 03 01:13:45 UTC 2025 - 190.4K bytes - Viewed (0) -
Nullish coalescing assignment (??=) - JavaScrip...
The nullish coalescing assignment (??=) operator, also known as the logical nullish assignment operator, only evaluates the right operand and assigns to the left if the left operand is nullish (null or undefined).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_assignmentRegistered: Mon Nov 03 01:14:00 UTC 2025 - Last Modified: Sun Nov 02 01:14:08 UTC 2025 - 183.5K bytes - Viewed (0) -
SyntaxError: invalid property name in regular e...
The JavaScript exception "invalid property name in regular expression" or "invalid class property name in regular expression" occurs when the \p and \P Unicode character class escapes are not followed by a valid Unicode property name and/or value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_property_nameRegistered: Mon Nov 03 01:20:20 UTC 2025 - Last Modified: Mon Nov 03 01:13:23 UTC 2025 - 175.8K bytes - Viewed (0) -
InternalError: too much recursion - JavaScript ...
The JavaScript exception "too much recursion" or "Maximum call stack size exceeded" occurs when there are too many function calls, or a function is missing a base case.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Too_much_recursionRegistered: Mon Nov 03 01:20:44 UTC 2025 - Last Modified: Mon Nov 03 01:13:23 UTC 2025 - 179.8K bytes - Viewed (0) -
glyph-orientation-horizontal - SVG | MDN
The glyph-orientation-horizontal attribute affects the amount that the current text position advances as each glyph is rendered.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/glyph-orientation-horizontalRegistered: Mon Nov 03 01:20:51 UTC 2025 - Last Modified: Mon Nov 03 01:13:45 UTC 2025 - 160.5K bytes - Viewed (0) -
SyntaxError: invalid character in class in regu...
The JavaScript exception "invalid character in class in regular expression" occurs when a character appears in a v-mode character class but it's not allowed to appear literally.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_char_in_classRegistered: Mon Nov 03 01:20:01 UTC 2025 - Last Modified: Mon Nov 03 01:13:23 UTC 2025 - 174.4K bytes - Viewed (0) -
decodeURI() - JavaScript | MDN
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI() or a similar routine.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIRegistered: Mon Nov 03 01:19:31 UTC 2025 - Last Modified: Mon Nov 03 01:13:26 UTC 2025 - 185.9K bytes - Viewed (0) -
SyntaxError: missing = in const declaration - J...
The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like const RED_FLAG;). You need to provide one (const RED_FLAG = true).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Missing_initializer_in_constRegistered: Mon Nov 03 01:18:16 UTC 2025 - Last Modified: Mon Nov 03 01:13:22 UTC 2025 - 177.8K bytes - Viewed (0)