Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 21 - 30 of 2,594 for host:developer.mozilla.org (0.02 sec)

  1. dominant-baseline - SVG: Scalable Vector Graphi...

    The dominant-baseline attribute specifies the dominant baseline, which is the baseline used to align the box's text and inline-level contents. It also indicates the default alignment baseline of any boxes participating in baseline alignment in the box's alignment context.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dominant-baseline
    Registered: Fri Apr 19 00:46:53 UTC 2024
    - Last Modified: Tue Apr 16 00:39:57 UTC 2024
    - 181K bytes
    - Viewed (0)
  2. in - JavaScript | MDN

    The in operator returns true if the specified property is in the specified object or its prototype chain.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/in
    Registered: Fri Apr 19 00:46:58 UTC 2024
    - Last Modified: Wed Apr 17 00:40:46 UTC 2024
    - 190.4K bytes
    - Viewed (0)
  3. elevation - SVG: Scalable Vector Graphics | MDN

    The elevation attribute specifies the direction angle for the light source from the XY plane towards the Z-axis, in degrees. Note that the positive Z-axis points towards the viewer of the content.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/elevation
    Registered: Fri Apr 19 00:46:27 UTC 2024
    - Last Modified: Tue Apr 16 00:39:57 UTC 2024
    - 134.5K bytes
    - Viewed (0)
  4. Bitwise AND assignment (&=) - JavaScript | MDN

    The bitwise AND assignment (&=) operator performs bitwise AND on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_AND_assignment
    Registered: Fri Apr 19 00:46:36 UTC 2024
    - Last Modified: Wed Apr 17 00:40:45 UTC 2024
    - 122.4K bytes
    - Viewed (0)
  5. font-variant - SVG: Scalable Vector Graphics | MDN

    The font-variant attribute indicates whether the text is to be rendered using variations of the font's glyphs.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-variant
    Registered: Fri Apr 19 00:46:37 UTC 2024
    - Last Modified: Tue Apr 16 00:39:57 UTC 2024
    - 130.9K bytes
    - Viewed (0)
  6. Logical AND assignment (&&=) - JavaScript | MDN

    The logical AND assignment (&&=) operator only evaluates the right operand and assigns to the left if the left operand is truthy.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND_assignment
    Registered: Fri Apr 19 00:47:13 UTC 2024
    - Last Modified: Wed Apr 17 00:40:47 UTC 2024
    - 130.2K bytes
    - Viewed (0)
  7. export - JavaScript | MDN

    The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ€” when a module updates the value of a binding that it exports, the update will be visible in its imported value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
    Registered: Fri Apr 19 00:47:20 UTC 2024
    - Last Modified: Tue Apr 16 00:39:53 UTC 2024
    - 201.2K bytes
    - Viewed (0)
  8. Strict equality (===) - JavaScript | MDN

    The strict equality (===) operator checks whether its two operands are equal, returning a Boolean result. Unlike the equality operator, the strict equality operator always considers operands of different types to be different.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality
    Registered: Fri Apr 19 00:47:30 UTC 2024
    - Last Modified: Wed Apr 17 00:40:49 UTC 2024
    - 132.9K bytes
    - Viewed (0)
  9. Logical OR (||) - JavaScript | MDN

    The logical OR (||) (logical disjunction) operator for a set of operands is true if and only if one or more of its operands is true. It is typically used with boolean (logical) values. When it is, it returns a Boolean value. However, the || operator actually returns the value of one of the specified operands, so if this operator is used with non-Boolean values, it will return a non-Boolean value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR
    Registered: Fri Apr 19 00:47:47 UTC 2024
    - Last Modified: Wed Apr 17 00:40:47 UTC 2024
    - 145.6K bytes
    - Viewed (0)
  10. Multiplication assignment (*=) - JavaScript | MDN

    The multiplication assignment (*=) operator performs multiplication on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Multiplication_assignment
    Registered: Fri Apr 19 00:45:55 UTC 2024
    - Last Modified: Wed Apr 17 00:40:48 UTC 2024
    - 122.4K bytes
    - Viewed (0)
Back to top