Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2041 - 2050 of 3,108 for host:developer.mozilla.org (0.04 sec)

  1. Temporal - JavaScript | MDN

    The Temporal object enables date and time management in various scenarios, including built-in time zone and calendar representation, wall-clock time conversions, arithmetics, formatting, and more. It is designed as a full replacement for the Date object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
    Registered: Wed Jul 16 00:59:33 UTC 2025
    - Last Modified: Wed Jul 16 00:47:22 UTC 2025
    - 161.4K bytes
    - Viewed (0)
  2. fill-opacity - SVG | MDN

    The fill-opacity attribute is a presentation attribute defining the opacity of the paint server (color, gradient, pattern, etc.) applied to a shape.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fill-opacity
    Registered: Wed Jul 16 00:58:52 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 113.5K bytes
    - Viewed (0)
  3. arguments[Symbol.iterator]() - JavaScript | MDN

    The [Symbol.iterator]() method of arguments objects implements the iterable protocol and allows arguments objects to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns an array iterator object that yields the value of each index in the arguments object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/Symbol.iterator
    Registered: Wed Jul 16 00:59:00 UTC 2025
    - Last Modified: Wed Jul 16 00:47:13 UTC 2025
    - 147.6K bytes
    - Viewed (0)
  4. Subtraction assignment (-=) - JavaScript | MDN

    The subtraction assignment (-=) operator performs subtraction on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Subtraction_assignment
    Registered: Wed Jul 16 00:59:46 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 143.6K bytes
    - Viewed (0)
  5. Remainder assignment (%=) - JavaScript | MDN

    The remainder assignment (%=) operator performs remainder on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Remainder_assignment
    Registered: Wed Jul 16 01:00:43 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 141.9K bytes
    - Viewed (0)
  6. <feFuncR> - SVG | MDN

    The <feFuncR> SVG filter primitive defines the transfer function for the red component of the input graphic of its parent <feComponentTransfer> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncR
    Registered: Wed Jul 16 00:57:03 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 108.5K bytes
    - Viewed (0)
  7. Left shift (<<) - JavaScript | MDN

    The left shift (<<) operator returns a number or BigInt whose binary representation is the first operand shifted by the specified number of bits to the left. Excess bits shifted off to the left are discarded, and zero bits are shifted in from the right.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Left_shift
    Registered: Wed Jul 16 01:06:41 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 147.7K bytes
    - Viewed (0)
  8. throw - JavaScript | MDN

    The throw statement throws a user-defined exception. Execution of the current function will stop (the statements after throw won't be executed), and control will be passed to the first catch block in the call stack. If no catch block exists among caller functions, the program will terminate.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/throw
    Registered: Wed Jul 16 01:08:33 UTC 2025
    - Last Modified: Wed Jul 16 00:47:29 UTC 2025
    - 152.4K bytes
    - Viewed (0)
  9. patternContentUnits - SVG | MDN

    The patternContentUnits attribute indicates which coordinate system to use for the contents of the <pattern> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/patternContentUnits
    Registered: Wed Jul 16 01:08:25 UTC 2025
    - Last Modified: Wed Jul 16 00:47:34 UTC 2025
    - 113.3K bytes
    - Viewed (0)
  10. stroke-dasharray - SVG | MDN

    The stroke-dasharray attribute is a presentation attribute defining the pattern of dashes and gaps used to paint the outline of the shape.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-dasharray
    Registered: Wed Jul 16 01:07:20 UTC 2025
    - Last Modified: Wed Jul 16 00:47:34 UTC 2025
    - 114.3K bytes
    - Viewed (0)
Back to top