Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 2,702 for host:developer.mozilla.org (0.1 sec)

  1. Literal character: a, b - JavaScript | MDN

    A literal character specifies exactly itself to be matched in the input text.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Literal_character
    Registered: Fri Nov 15 00:49:37 UTC 2024
    - Last Modified: Tue Nov 12 01:28:26 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. font-size - SVG: Scalable Vector Graphics | MDN

    The font-size attribute refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-size
    Registered: Fri Nov 15 00:49:43 UTC 2024
    - Last Modified: Tue Nov 12 01:28:31 UTC 2024
    - 125.8K bytes
    - Viewed (0)
  3. Equality (==) - JavaScript | MDN

    The equality (==) operator checks whether its two operands are equal, returning a Boolean result. Unlike the strict equality operator, it attempts to convert and compare operands that are of different types.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality
    Registered: Fri Nov 15 00:48:56 UTC 2024
    - Last Modified: Tue Nov 12 01:28:25 UTC 2024
    - 155K bytes
    - Viewed (0)
  4. color-interpolation - SVG: Scalable Vector Grap...

    The color-interpolation attribute specifies the color space for gradient interpolations, color animations, and alpha compositing.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/color-interpolation
    Registered: Fri Nov 15 00:48:57 UTC 2024
    - Last Modified: Tue Nov 12 01:28:30 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. Unicode character class escape: \p{...}, \P{......

    A unicode character class escape is a kind of character class escape that matches a set of characters specified by a Unicode property. It's only supported in Unicode-aware mode. 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/Unicode_character_c...
    Registered: Fri Nov 15 00:51:14 UTC 2024
    - Last Modified: Tue Nov 12 01:28:26 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  6. Labeled statement - JavaScript | MDN

    A labeled statement is any statement that is prefixed with an identifier. You can jump to this label using a break or continue statement nested within the labeled statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
    Registered: Fri Nov 15 00:51:18 UTC 2024
    - Last Modified: Tue Nov 12 01:28:26 UTC 2024
    - 159.8K bytes
    - Viewed (0)
  7. fy - SVG: Scalable Vector Graphics | MDN

    The fy attribute defines the y-axis coordinate of the focal point for a radial gradient.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fy
    Registered: Fri Nov 15 00:49:54 UTC 2024
    - Last Modified: Tue Nov 12 01:28:31 UTC 2024
    - 128.8K bytes
    - Viewed (0)
  8. SyntaxError: JSON.parse: bad parsing - JavaScri...

    The JavaScript exceptions thrown by JSON.parse() occur when string failed to be parsed as JSON.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/JSON_bad_parse
    Registered: Fri Nov 15 00:49:55 UTC 2024
    - Last Modified: Tue Nov 12 01:28:11 UTC 2024
    - 145.6K bytes
    - Viewed (0)
  9. k - SVG: Scalable Vector Graphics | MDN

    The k attribute specifies the amount for decreasing the spacing between the two glyphs in a kerning pair.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/k
    Registered: Fri Nov 15 00:51:03 UTC 2024
    - Last Modified: Tue Nov 12 01:28:31 UTC 2024
    - 121.2K bytes
    - Viewed (0)
  10. if...else - JavaScript | MDN

    The if...else statement executes a statement if a specified condition is truthy. If the condition is falsy, another statement in the optional else clause will be executed.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...else
    Registered: Fri Nov 15 00:50:16 UTC 2024
    - Last Modified: Tue Nov 12 01:28:26 UTC 2024
    - 154.5K bytes
    - Viewed (0)
Back to top