- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2641 - 2650 of 3,110 for host:developer.mozilla.org (0.04 sec)
-
Intl - JavaScript | MDN
The Intl namespace object contains several constructors as well as functionality common to the internationalization constructors and other language sensitive functions. Collectively, they comprise the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, date and time formatting, and more.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/IntlRegistered: Fri Jul 25 01:17:20 UTC 2025 - Last Modified: Wed Jul 23 00:48:00 UTC 2025 - 83.5K bytes - Viewed (0) -
marker-end - SVG | MDN
The marker-end attribute defines the arrowhead or polymarker that will be drawn at the final vertex of the given shape.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/marker-endRegistered: Fri Jul 25 01:17:36 UTC 2025 - Last Modified: Wed Jul 23 00:48:23 UTC 2025 - 113.6K bytes - Viewed (0) -
BigInt - JavaScript | MDN
BigInt values represent integer values which are too high or too low to be represented by the number primitive.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigIntRegistered: Fri Jul 25 01:15:28 UTC 2025 - Last Modified: Wed Jul 23 00:47:56 UTC 2025 - 104.6K bytes - Viewed (0) -
stroke-miterlimit - SVG | MDN
The stroke-miterlimit attribute is a presentation attribute defining a limit on the ratio of the miter length to the stroke-width used to draw a miter join. When the limit is exceeded, the join is converted from a miter to a bevel.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-miterlimitRegistered: Fri Jul 25 01:15:29 UTC 2025 - Last Modified: Wed Jul 23 00:48:25 UTC 2025 - 117.7K bytes - Viewed (0) -
Logical NOT (!) - JavaScript | MDN
The logical NOT (!) (logical complement, negation) operator takes truth to falsity and vice versa. It is typically used with boolean (logical) values. When used with non-Boolean values, it returns false if its single operand can be converted to true; otherwise, returns true.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_NOTRegistered: Fri Jul 25 01:16:47 UTC 2025 - Last Modified: Wed Jul 23 00:48:15 UTC 2025 - 148.4K bytes - Viewed (0) -
Logical OR assignment (||=) - JavaScript | MDN
The logical OR assignment (||=) operator only evaluates the right operand and assigns to the left if the left operand is falsy.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR_assignmentRegistered: Fri Jul 25 01:16:53 UTC 2025 - Last Modified: Wed Jul 23 00:48:15 UTC 2025 - 146.7K bytes - Viewed (0) -
undefined - JavaScript | MDN
The undefined global property represents the primitive value undefined. It is one of JavaScript's primitive types.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefinedRegistered: Fri Jul 25 01:17:03 UTC 2025 - Last Modified: Wed Jul 23 00:48:14 UTC 2025 - 152.2K bytes - Viewed (0) -
pointer-events - SVG | MDN
The pointer-events attribute is a presentation attribute that allows defining whether or when an element may be the target of a mouse event.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/pointer-eventsRegistered: Fri Jul 25 01:15:58 UTC 2025 - Last Modified: Wed Jul 23 00:48:24 UTC 2025 - 116K bytes - Viewed (0) -
stdDeviation - SVG | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stdDeviationRegistered: Fri Jul 25 01:16:03 UTC 2025 - Last Modified: Wed Jul 23 00:48:24 UTC 2025 - 108.7K bytes - Viewed (0) -
Exponentiation (**) - JavaScript | MDN
The exponentiation (**) operator returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow(), except it also accepts BigInts as operands.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/ExponentiationRegistered: Fri Jul 25 01:16:03 UTC 2025 - Last Modified: Wed Jul 23 00:48:14 UTC 2025 - 156.5K bytes - Viewed (0)