Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 3,910 for host:developer.mozilla.org (0.04 sec)

  1. Boolean - JavaScript | MDN

    Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    Registered: Wed Apr 16 00:47:38 UTC 2025
    - Last Modified: Tue Apr 15 00:50:52 UTC 2025
    - 84.3K bytes
    - Viewed (0)
  2. 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: Wed Apr 16 00:47:50 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 154.9K bytes
    - Viewed (0)
  3. do...while - JavaScript | MDN

    The do...while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/do...while
    Registered: Wed Apr 16 00:47:20 UTC 2025
    - Last Modified: Tue Apr 15 00:51:08 UTC 2025
    - 151K bytes
    - Viewed (0)
  4. Uint8Array - JavaScript | MDN

    The Uint8Array typed array represents an array of 8-bit unsigned integers. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
    Registered: Wed Apr 16 00:50:30 UTC 2025
    - Last Modified: Tue Apr 15 00:51:06 UTC 2025
    - 91.1K bytes
    - Viewed (0)
  5. decodeURI() - JavaScript | MDN

    The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI() or a similar routine.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI
    Registered: Wed Apr 16 00:49:26 UTC 2025
    - Last Modified: Tue Apr 15 00:50:54 UTC 2025
    - 147.8K bytes
    - Viewed (0)
  6. diffuseConstant - SVG: Scalable Vector Graphics...

    The diffuseConstant attribute represents the kd value in the Phong lighting model. In SVG, this can be any non-negative number.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/diffuseConstant Similar Results (1)
    Registered: Wed Apr 16 00:49:51 UTC 2025
    - Last Modified: Wed Apr 16 00:47:24 UTC 2025
    - 135K bytes
    - Viewed (0)
  7. typeof - JavaScript | MDN

    The typeof operator returns a string indicating the type of the operand's value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof
    Registered: Wed Apr 16 00:42:18 UTC 2025
    - Last Modified: Tue Apr 15 00:51:08 UTC 2025
    - 163.8K bytes
    - Viewed (0)
  8. <feFuncB> - SVG: Scalable Vector Graphics | MDN

    The <feFuncB> SVG filter primitive defines the transfer function for the blue component of the input graphic of its parent <feComponentTransfer> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncB
    Registered: Wed Apr 16 00:42:19 UTC 2025
    - Last Modified: Tue Apr 15 00:51:19 UTC 2025
    - 134.2K bytes
    - Viewed (0)
  9. Unsigned right shift (>>>) - JavaScript | MDN

    The unsigned right shift (>>>) operator returns a number whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and zero bits are shifted in from the left. This operation is also called "zero-filling right shift", because the sign bit becomes 0, so the resulting number is always positive. Unsigned right shift does not accept BigInt values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift
    Registered: Wed Apr 16 00:42:26 UTC 2025
    - Last Modified: Tue Apr 15 00:51:08 UTC 2025
    - 150.6K bytes
    - Viewed (0)
  10. Nullish coalescing assignment (??=) - JavaScrip...

    The nullish coalescing assignment (??=) operator, also known as the logical nullish assignment operator, only evaluates the right operand and assigns to the left if the left operand is nullish (null or undefined).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_assignment
    Registered: Wed Apr 16 00:42:50 UTC 2025
    - Last Modified: Tue Apr 15 00:51:08 UTC 2025
    - 144.9K bytes
    - Viewed (0)
Back to top