- Sort Score
- Num 10 results
- Language All
- Labels All
Results 81 - 90 of 3,182 for host:developer.mozilla.org (0.11 seconds)
-
yield* - JavaScript | MDN
The yield* operator can be used within generator (sync or async) functions to delegate to another iterable object, such as a Generator. Inside async generator functions, it can additionally be used to delegate to another async iterable object, such as an AsyncGenerator.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield*Sun Mar 22 01:12:23 GMT 2026 24K bytes -
glyph-orientation-vertical - SVG | MDN
The glyph-orientation-vertical 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-verticalSun Mar 22 01:12:26 GMT 2026 18.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_shiftMon Mar 23 01:15:38 GMT 2026 23.1K bytes -
path - SVG | MDN
The path attribute has two different meanings, either it defines a text path along which the characters of a text are rendered, or a motion path along which a referenced element is animated.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/pathSun Mar 22 01:12:26 GMT 2026 18K 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/nullMon Mar 23 01:15:38 GMT 2026 22.8K bytes -
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_assignmentMon Mar 23 01:15:38 GMT 2026 22.6K bytes -
dx - SVG | MDN
The dx attribute indicates a shift along the x-axis on the position of an element or its content.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dxSun Mar 22 01:12:26 GMT 2026 18.1K bytes -
media - SVG | MDN
The media attribute specifies a media query that must be matched for a style sheet to apply.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/mediaSun Mar 22 01:12:26 GMT 2026 18.3K bytes -
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/hrefSun Mar 22 01:12:26 GMT 2026 20.2K bytes -
min - SVG | MDN
The min attribute specifies the minimum value of the active animation duration.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/minSun Mar 22 01:12:26 GMT 2026 17.4K bytes