Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 3,220 for host:developer.mozilla.org (0.07 sec)

  1. 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: Mon Jul 07 01:40:34 UTC 2025
    - Last Modified: Thu Jul 03 09:38:28 UTC 2025
    - 152.2K bytes
    - Viewed (0)
  2. y1 - SVG | MDN

    The y1 attribute is used to specify the first y-coordinate for drawing an SVG element that requires more than one coordinate. Elements that only need one coordinate use the y attribute instead.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/y1
    Registered: Mon Jul 07 01:43:16 UTC 2025
    - Last Modified: Thu Jul 03 09:38:41 UTC 2025
    - 114.4K bytes
    - Viewed (0)
  3. Map.prototype.set() - JavaScript | MDN

    The set() method of Map instances adds or updates an entry in this map with a specified key and a value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/set
    Registered: Mon Jul 07 02:49:33 UTC 2025
    - Last Modified: Thu Jul 03 09:38:18 UTC 2025
    - 67K bytes
    - Viewed (0)
  4. Map.prototype.entries() - JavaScript | MDN

    The entries() method of Map instances returns a new map iterator object that contains the [key, value] pairs for each element in this map in insertion order.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/entries
    Registered: Mon Jul 07 02:49:58 UTC 2025
    - Last Modified: Thu Jul 03 09:38:17 UTC 2025
    - 65.2K bytes
    - Viewed (0)
  5. Temporal.ZonedDateTime.prototype.withCalendar()...

    The withCalendar() method of Temporal.ZonedDateTime instances returns a new Temporal.ZonedDateTime object representing this date-time interpreted in the new calendar system. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the date-time's calendarId property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/w...
    Registered: Mon Jul 07 02:53:38 UTC 2025
    - Last Modified: Thu Jul 03 09:38:25 UTC 2025
    - 100.1K bytes
    - Viewed (0)
  6. Temporal.Instant.prototype.add() - JavaScript |...

    The add() method of Temporal.Instant instances returns a new Temporal.Instant object representing this instant moved forward by a given duration (in a form convertible by Temporal.Duration.from()).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/add
    Registered: Mon Jul 07 02:52:00 UTC 2025
    - Last Modified: Thu Jul 03 09:38:22 UTC 2025
    - 84.8K bytes
    - Viewed (0)
  7. Uint16Array() constructor - JavaScript | MDN

    The Uint16Array() constructor creates Uint16Array objects. The contents are initialized to 0 unless initialization data is explicitly provided.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array/Uint16Array
    Registered: Mon Jul 07 02:51:31 UTC 2025
    - Last Modified: Thu Jul 03 09:38:26 UTC 2025
    - 75.5K bytes
    - Viewed (0)
  8. Temporal.PlainDate.from() - JavaScript | MDN

    The Temporal.PlainDate.from() static method creates a new Temporal.PlainDate object from another Temporal.PlainDate object, an object with date properties, or an RFC 9557 string.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/from
    Registered: Mon Jul 07 02:53:29 UTC 2025
    - Last Modified: Thu Jul 03 09:38:23 UTC 2025
    - 106K bytes
    - Viewed (0)
  9. Temporal.PlainMonthDay() - JavaScript | MDN

    The Temporal.PlainMonthDay() constructor creates Temporal.PlainMonthDay objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/P...
    Registered: Mon Jul 07 02:54:42 UTC 2025
    - Last Modified: Thu Jul 03 09:38:24 UTC 2025
    - 82.7K bytes
    - Viewed (0)
  10. Temporal.PlainDateTime.prototype.withCalendar()...

    The withCalendar() method of Temporal.PlainDateTime instances returns a new Temporal.PlainDateTime object representing this date-time interpreted in the new calendar system. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the date-time's calendarId property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/w...
    Registered: Mon Jul 07 02:54:56 UTC 2025
    - Last Modified: Thu Jul 03 09:38:24 UTC 2025
    - 93.5K bytes
    - Viewed (0)
Back to top