- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1201 - 1210 of 3,910 for host:developer.mozilla.org (0.04 sec)
-
Symbol.species - JavaScript | MDN
The Symbol.species static data property represents the well-known symbol Symbol.species. Methods that create copies of an object may look up this symbol on the object for the constructor function to use when creating the copy.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/speciesRegistered: Wed Apr 16 02:08:01 UTC 2025 - Last Modified: Tue Apr 15 00:51:01 UTC 2025 - 73.4K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/symbol/index.md # Original Wiki contributors fscholz wbamberg ddbeck...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/contributors.txtRegistered: Wed Apr 16 02:08:17 UTC 2025 - Last Modified: Fri Apr 14 01:38:06 UTC 2023 - 489 bytes - Viewed (0) -
Symbol.unscopables - JavaScript | MDN
The Symbol.unscopables static data property represents the well-known symbol Symbol.unscopables. The with statement looks up this symbol on the scope object for a property containing a collection of properties that should not become bindings within the with environment.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/unscopablesRegistered: Wed Apr 16 02:07:36 UTC 2025 - Last Modified: Tue Apr 15 00:51:02 UTC 2025 - 82.6K bytes - Viewed (0) -
WeakSet() constructor - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/WeakSetRegistered: Wed Apr 16 01:44:49 UTC 2025 - Last Modified: Tue Apr 15 00:51:07 UTC 2025 - 61.7K bytes - Viewed (0) -
Object.freeze() - JavaScript | MDN
The Object.freeze() static method freezes an object. Freezing an object prevents extensions and makes existing properties non-writable and non-configurable. A frozen object can no longer be changed: new properties cannot be added, existing properties cannot be removed, their enumerability, configurability, writability, or value cannot be changed, and the object's prototype cannot be re-assigned. freeze() returns the same object that was passed in.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freezeRegistered: Wed Apr 16 01:45:00 UTC 2025 - Last Modified: Tue Apr 15 00:50:58 UTC 2025 - 95.1K bytes - Viewed (0) -
Temporal.PlainTime.prototype.until() - JavaScri...
The until() method of Temporal.PlainTime instances returns a new Temporal.Duration object representing the duration from this time to another time (in a form convertible by Temporal.PlainTime.from()). The duration is positive if the other time is after this time, and negative if before.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/untilRegistered: Wed Apr 16 01:46:13 UTC 2025 - Last Modified: Tue Apr 15 00:51:04 UTC 2025 - 83.1K bytes - Viewed (0) -
Temporal.PlainDate.prototype.eraYear - JavaScri...
The eraYear accessor property of Temporal.PlainDate instances returns a non-negative integer representing the year of this date within the era, or undefined if the calendar does not use eras (e.g., ISO 8601). The year index usually starts from 1 (more common) or 0, and years in an era can decrease with time (e.g., Gregorian BCE). era and eraYear together uniquely identify a year in a calendar, in the same way that year does. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/eraYearRegistered: Wed Apr 16 01:46:22 UTC 2025 - Last Modified: Tue Apr 15 00:51:03 UTC 2025 - 91.8K bytes - Viewed (0) -
Temporal.Instant.fromEpochMilliseconds() - Java...
The Temporal.Instant.fromEpochMilliseconds() static method creates a new Temporal.Instant object from the number of milliseconds since the Unix epoch (midnight at the beginning of January 1, 1970, UTC).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpo...Registered: Wed Apr 16 01:47:41 UTC 2025 - Last Modified: Tue Apr 15 00:51:02 UTC 2025 - 81K bytes - Viewed (0) -
Temporal.PlainTime.prototype.with() - JavaScrip...
The with() method of Temporal.PlainTime instances returns a new Temporal.PlainTime object representing this time with some fields replaced by new values. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the time's fields.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/withRegistered: Wed Apr 16 01:47:53 UTC 2025 - Last Modified: Tue Apr 15 00:51:04 UTC 2025 - 83.4K bytes - Viewed (0) -
Temporal.PlainYearMonth.prototype.monthCode - J...
The monthCode accessor property of Temporal.PlainYearMonth instances returns a calendar-specific string representing the month of this year-month. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...Registered: Wed Apr 16 01:46:51 UTC 2025 - Last Modified: Tue Apr 15 00:51:04 UTC 2025 - 83.8K bytes - Viewed (0)