Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2521 - 2530 of 3,108 for host:developer.mozilla.org (0.03 sec)

  1. Character class: [...], [^...] - JavaScript | MDN

    A character class matches any character in or not in a custom set of characters. When the v flag is enabled, it can also be used to match finite-length strings.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Character_class
    Registered: Wed Jul 16 01:11:35 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 180.3K bytes
    - Viewed (0)
  2. SyntaxError: "use strict" not allowed in functi...

    The JavaScript exception ""use strict" not allowed in function" occurs when a "use strict" directive is used at the top of a function with default parameters, rest parameters, or destructuring parameters.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Strict_non_simple_params
    Registered: Wed Jul 16 01:11:40 UTC 2025
    - Last Modified: Wed Jul 16 00:47:12 UTC 2025
    - 147.5K bytes
    - Viewed (0)
  3. SyntaxError: nothing to repeat - JavaScript | MDN

    The JavaScript exception "nothing to repeat" or "invalid quantifier in regular expression" occurs when a quantifier in a regular expression is applied to nothing or applied to an assertion.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_nothing_to_repeat
    Registered: Wed Jul 16 01:11:53 UTC 2025
    - Last Modified: Wed Jul 16 00:47:12 UTC 2025
    - 139.8K bytes
    - Viewed (0)
  4. stroke-width - SVG | MDN

    The stroke-width attribute is a presentation attribute defining the width of the stroke to be applied to the shape. It applies to any SVG shape or text-content element, but as an inherited property, it may be applied to elements such as <g> and still have the intended effect on descendant elements' strokes.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-width
    Registered: Wed Jul 16 01:11:53 UTC 2025
    - Last Modified: Wed Jul 16 00:47:34 UTC 2025
    - 113.8K bytes
    - Viewed (0)
  5. Import attributes - JavaScript | MDN

    The import attributes feature instructs the runtime about how a module should be loaded, including the behavior of module resolution, fetching, parsing, and evaluation. It's supported in import declarations, export...from declarations, and dynamic import().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import/with
    Registered: Wed Jul 16 01:10:46 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 159.2K bytes
    - Viewed (0)
  6. SyntaxError: functions cannot be labelled - Jav...

    The JavaScript exception "functions cannot be labelled" occurs when a function declaration has a label before it.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Function_label
    Registered: Wed Jul 16 01:10:57 UTC 2025
    - Last Modified: Wed Jul 16 00:47:11 UTC 2025
    - 143K bytes
    - Viewed (0)
  7. refX - SVG | MDN

    The refX attribute defines the x coordinate of an element's reference point.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/refX
    Registered: Wed Jul 16 01:10:59 UTC 2025
    - Last Modified: Wed Jul 16 00:47:34 UTC 2025
    - 113.9K bytes
    - Viewed (0)
  8. Spread syntax (...) - JavaScript | MDN

    The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the properties of an object and adds the key-value pairs to the object being created.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
    Registered: Wed Jul 16 01:10:14 UTC 2025
    - Last Modified: Tue Jul 15 00:51:30 UTC 2025
    - 179.7K bytes
    - Viewed (0)
  9. async function* - JavaScript | MDN

    The async function* declaration creates a binding of a new async generator function to a given name.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function*
    Registered: Wed Jul 16 01:10:35 UTC 2025
    - Last Modified: Wed Jul 16 00:47:28 UTC 2025
    - 155.1K bytes
    - Viewed (0)
  10. stroke-opacity - SVG | MDN

    The stroke-opacity attribute is a presentation attribute defining the opacity of the paint server (color, gradient, pattern, etc.) applied to the stroke of a shape.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-opacity
    Registered: Wed Jul 16 01:09:57 UTC 2025
    - Last Modified: Wed Jul 16 00:47:34 UTC 2025
    - 113K bytes
    - Viewed (0)
Back to top