Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 3,166 for host:developer.mozilla.org (0.96 sec)

  1. Quantifier: *, +, ?, {n}, {n,}, {n,m} - JavaScr...

    A quantifier repeats an atom a certain number of times. The quantifier is placed after the atom it applies to.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Quantifier
    Registered: Mon Sep 08 02:46:35 UTC 2025
    - Last Modified: Mon Sep 08 00:48:41 UTC 2025
    - 229.9K bytes
    - Viewed (0)
  2. SyntaxError: \ at end of pattern - JavaScript |...

    The JavaScript exception "\ at end of pattern" occurs when a regular expression pattern ends with an unescaped backslash (\). In a regex literal, the backslash would cause the closing slash / to be a literal character, so this can only appear when using the RegExp() constructor.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_backslash_at_end_of_pattern
    Registered: Mon Sep 08 02:57:22 UTC 2025
    - Last Modified: Mon Sep 08 00:48:25 UTC 2025
    - 215.1K bytes
    - Viewed (0)
  3. <rect> - SVG | MDN

    The <rect> SVG element is a basic SVG shape that draws rectangles, defined by their position, width, and height. The rectangles may have their corners rounded.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/rect
    Registered: Mon Sep 08 02:46:26 UTC 2025
    - Last Modified: Mon Sep 08 00:48:49 UTC 2025
    - 210.6K bytes
    - Viewed (0)
  4. attributeType - SVG | MDN

    The attributeType attribute specifies the namespace in which the target attribute and its associated values are defined.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/attributeType
    Registered: Mon Sep 08 02:35:13 UTC 2025
    - Last Modified: Mon Sep 08 00:48:45 UTC 2025
    - 204.1K bytes
    - Viewed (0)
  5. 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: Mon Sep 08 02:35:20 UTC 2025
    - Last Modified: Mon Sep 08 00:48:27 UTC 2025
    - 206K bytes
    - Viewed (0)
  6. begin - SVG | MDN

    The begin attribute defines when the associated element becomes active. For an animation element, this is the point at which the animation should begin.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/begin
    Registered: Mon Sep 08 02:35:21 UTC 2025
    - Last Modified: Mon Sep 08 00:48:45 UTC 2025
    - 218.9K bytes
    - Viewed (0)
  7. <path> - SVG | MDN

    The <path> SVG element is the generic element to define a shape. All the basic shapes can be created with a path element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/path
    Registered: Mon Sep 08 02:37:02 UTC 2025
    - Last Modified: Mon Sep 08 00:48:49 UTC 2025
    - 206.7K bytes
    - Viewed (0)
  8. Proxy - JavaScript | MDN

    The Proxy object enables you to create a proxy for another object, which can intercept and redefine fundamental operations for that object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
    Registered: Mon Sep 08 02:38:55 UTC 2025
    - Last Modified: Mon Sep 08 00:48:33 UTC 2025
    - 200.8K bytes
    - Viewed (0)
  9. <filter> - SVG | MDN

    The <filter> SVG element defines a custom filter effect by grouping atomic filter primitives. It is never rendered itself, but must be used by the filter attribute on SVG elements, or the filter CSS property for SVG/HTML elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/filter
    Registered: Mon Sep 08 02:38:59 UTC 2025
    - Last Modified: Mon Sep 08 00:48:49 UTC 2025
    - 209K bytes
    - Viewed (0)
  10. Introduction - JavaScript | MDN

    This chapter introduces JavaScript and discusses some of its fundamental concepts.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction
    Registered: Mon Sep 08 02:36:15 UTC 2025
    - Last Modified: Mon Sep 08 00:48:23 UTC 2025
    - 231.5K bytes
    - Viewed (0)
Back to top