Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 521 - 530 of 3,184 for host:developer.mozilla.org (0.35 seconds)

  1. void operator - JavaScript | MDN

    The void operator evaluates the given expression and then returns undefined.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/void
    Sun May 10 01:30:10 GMT 2026
      24K bytes
  2. patternUnits - SVG | MDN

    The patternUnits attribute indicates which coordinate system to use for the geometry properties of the <pattern> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/patternUnits
    Mon May 11 01:29:49 GMT 2026
      18.9K bytes
  3. min - SVG | MDN

    The min attribute specifies the minimum value of the active animation duration.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/min
    Mon May 11 01:29:49 GMT 2026
      17.6K bytes
  4. specularExponent - SVG | MDN

    The specularExponent attribute controls the focus for the light source. The bigger the value the brighter the light.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/specularExponent
    Mon May 11 01:29:49 GMT 2026
      17.8K bytes
  5. ry - SVG | MDN

    The ry attribute defines a radius on the y-axis.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/ry
    Mon May 11 01:29:49 GMT 2026
      18.1K bytes
      Similar Results (1)
  6. repeatCount - SVG | MDN

    The repeatCount attribute indicates the number of times an animation will take place.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/repeatCount
    Sun May 10 01:30:13 GMT 2026
      18.7K bytes
  7. Addition (+) - JavaScript | MDN

    The addition (+) operator produces the sum of numeric operands or string concatenation.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition
    Mon May 11 01:29:45 GMT 2026
      23.6K bytes
  8. preserveAspectRatio - SVG | MDN

    The preserveAspectRatio attribute indicates how an element with a viewBox providing a given aspect ratio must fit into a viewport with a different aspect ratio.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/preserveAspectRatio
    Mon May 11 01:29:49 GMT 2026
      20.2K bytes
  9. RangeError: form must be one of 'NFC', 'NFD', '...

    The JavaScript exception "form must be one of 'NFC', 'NFD', 'NFKC', or 'NFKD'" occurs when an unrecognized string is passed to the String.prototype.normalize() method.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Form_must_be_one_of
    Mon May 11 01:29:36 GMT 2026
      21.3K bytes
  10. switch - JavaScript | MDN

    The switch statement evaluates an expression, matching the expression's value against a series of case clauses, and executes statements after the first case clause with a matching value, until a break statement is encountered. The default clause of a switch statement will be jumped to if no case matches the expression's value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch
    Sun May 10 01:30:10 GMT 2026
      25.6K bytes
Back to Top