Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2641 - 2650 of 3,110 for host:developer.mozilla.org (0.04 sec)

  1. 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/Intl
    Registered: Fri Jul 25 01:17:20 UTC 2025
    - Last Modified: Wed Jul 23 00:48:00 UTC 2025
    - 83.5K bytes
    - Viewed (0)
  2. 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-end
    Registered: Fri Jul 25 01:17:36 UTC 2025
    - Last Modified: Wed Jul 23 00:48:23 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  3. 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/BigInt
    Registered: Fri Jul 25 01:15:28 UTC 2025
    - Last Modified: Wed Jul 23 00:47:56 UTC 2025
    - 104.6K bytes
    - Viewed (0)
  4. 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-miterlimit
    Registered: Fri Jul 25 01:15:29 UTC 2025
    - Last Modified: Wed Jul 23 00:48:25 UTC 2025
    - 117.7K bytes
    - Viewed (0)
  5. 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_NOT
    Registered: Fri Jul 25 01:16:47 UTC 2025
    - Last Modified: Wed Jul 23 00:48:15 UTC 2025
    - 148.4K bytes
    - Viewed (0)
  6. 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_assignment
    Registered: Fri Jul 25 01:16:53 UTC 2025
    - Last Modified: Wed Jul 23 00:48:15 UTC 2025
    - 146.7K bytes
    - Viewed (0)
  7. 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/undefined
    Registered: Fri Jul 25 01:17:03 UTC 2025
    - Last Modified: Wed Jul 23 00:48:14 UTC 2025
    - 152.2K bytes
    - Viewed (0)
  8. 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-events
    Registered: Fri Jul 25 01:15:58 UTC 2025
    - Last Modified: Wed Jul 23 00:48:24 UTC 2025
    - 116K bytes
    - Viewed (0)
  9. stdDeviation - SVG | MDN

    The stdDeviation attribute defines the standard deviation for the blur operation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stdDeviation
    Registered: Fri Jul 25 01:16:03 UTC 2025
    - Last Modified: Wed Jul 23 00:48:24 UTC 2025
    - 108.7K bytes
    - Viewed (0)
  10. 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/Exponentiation
    Registered: Fri Jul 25 01:16:03 UTC 2025
    - Last Modified: Wed Jul 23 00:48:14 UTC 2025
    - 156.5K bytes
    - Viewed (0)
Back to top