Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  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: Fri Apr 19 00:46:03 UTC 2024
    - Last Modified: Wed Apr 17 00:40:48 UTC 2024
    - 220.5K bytes
    - Viewed (0)
  9. Right shift assignment (>>=) - JavaScript | MDN

    The right shift assignment (>>=) operator performs right shift on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift_assignment
    Registered: Fri Apr 19 00:48:19 UTC 2024
    - Last Modified: Wed Apr 17 00:40:48 UTC 2024
    - 123K bytes
    - Viewed (0)
  10. Reflect - JavaScript | MDN

    The Reflect namespace object contains static methods for invoking interceptable JavaScript object internal methods. The methods are the same as those of proxy handlers.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect
    Registered: Fri Apr 19 00:50:26 UTC 2024
    - Last Modified: Tue Apr 16 00:39:47 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top