- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2651 - 2660 of 3,108 for host:developer.mozilla.org (0.04 sec)
-
Conditional (ternary) operator - JavaScript | MDN
The conditional (ternary) operator is the only JavaScript operator that takes three operands: a condition followed by a question mark (?), then an expression to execute if the condition is truthy followed by a colon (:), and finally the expression to execute if the condition is falsy. This operator is frequently used as an alternative to an if...else statement.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_operatorRegistered: Wed Jul 16 01:01:38 UTC 2025 - Last Modified: Tue Jul 15 00:51:29 UTC 2025 - 151.4K bytes - Viewed (0) -
URIError - JavaScript | MDN
The URIError object represents an error when a global URI handling function was used in a wrong way.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIErrorRegistered: Wed Jul 16 01:01:45 UTC 2025 - Last Modified: Wed Jul 16 00:47:26 UTC 2025 - 72.9K bytes - Viewed (0) -
cursor - SVG | MDN
The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/cursorRegistered: Wed Jul 16 01:01:52 UTC 2025 - Last Modified: Wed Jul 16 00:47:32 UTC 2025 - 107.1K bytes - Viewed (0) -
async function - JavaScript | MDN
The async function declaration creates a binding of a new async function to a given name. The await keyword is permitted within the function body, enabling asynchronous, promise-based behavior to be written in a cleaner style and avoiding the need to explicitly configure promise chains.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_functionRegistered: Wed Jul 16 01:01:57 UTC 2025 - Last Modified: Wed Jul 16 00:47:28 UTC 2025 - 176.3K bytes - Viewed (0) -
Right shift assignment (>>=) - JavaScript | MDN
The right shift assignment (>>=) operator performs right shift on the two operands and assigns the result to the left operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift_assignmentRegistered: Wed Jul 16 01:02:22 UTC 2025 - Last Modified: Wed Jul 16 00:47:28 UTC 2025 - 142.3K bytes - Viewed (0) -
k4 - SVG | MDN
The k4 attribute defines one of the values to be used within the arithmetic operation of the <feComposite> filter primitive.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/k4Registered: Wed Jul 16 01:02:23 UTC 2025 - Last Modified: Wed Jul 16 00:47:33 UTC 2025 - 108.5K bytes - Viewed (0) -
Right shift (>>) - JavaScript | MDN
The right shift (>>) operator returns a number or BigInt 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 copies of the leftmost bit are shifted in from the left. This operation is also called "sign-propagating right shift" or "arithmetic right shift", because the sign of the resulting number is the same as the sign of the first operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shiftRegistered: Wed Jul 16 01:02:30 UTC 2025 - Last Modified: Wed Jul 16 00:47:28 UTC 2025 - 153.2K bytes - Viewed (0) -
extends - JavaScript | MDN
The extends keyword is used in class declarations or class expressions to create a class that is a child of another class.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extendsRegistered: Wed Jul 16 01:03:32 UTC 2025 - Last Modified: Wed Jul 16 00:47:10 UTC 2025 - 190.4K bytes - Viewed (0) -
class - SVG | MDN
Assigns a class name or set of class names to an element. You may assign the same class name or names to any number of elements, however, multiple class names must be separated by whitespace characters.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/classRegistered: Wed Jul 16 01:03:21 UTC 2025 - Last Modified: Wed Jul 16 00:47:32 UTC 2025 - 117.6K bytes - Viewed (0) -
by - SVG | MDN
The by attribute specifies a relative offset value for an attribute that will be modified during an animation.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/byRegistered: Wed Jul 16 01:02:50 UTC 2025 - Last Modified: Wed Jul 16 00:47:32 UTC 2025 - 108.3K bytes - Viewed (0)