- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 1,628 for host:developer.mozilla.org (0.02 seconds)
-
Temporal.Instant.compare() - JavaScript | MDN
The Temporal.Instant.compare() static method returns a number (-1, 0, or 1) indicating whether the first instant comes before, is the same as, or comes after the second instant. It is equivalent to comparing the epochNanoseconds of the two instants.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/compareFri Feb 06 01:07:02 GMT 2026 147.2K bytes -
Temporal.PlainYearMonth.prototype.toJSON() - Ja...
The toJSON() method of Temporal.PlainYearMonth instances returns a string representing this year-month in the same RFC 9557 format as calling toString(). It is intended to be implicitly called by JSON.stringify().developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...Fri Feb 06 01:07:04 GMT 2026 148.7K bytes -
Temporal.ZonedDateTime.prototype.daysInWeek - J...
The daysInWeek accessor property of Temporal.ZonedDateTime instances returns a positive integer representing the number of days in the week of this date. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/d...Fri Feb 06 01:07:04 GMT 2026 150K bytes -
Array.prototype.shift() - JavaScript | MDN
The shift() method of Array instances removes the first element from an array and returns that removed element. This method changes the length of the array.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shiftFri Feb 06 01:06:57 GMT 2026 155.4K bytes -
Array.prototype.entries() - JavaScript | MDN
The entries() method of Array instances returns a new array iterator object that contains the key/value pairs for each index in the array.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/entriesFri Feb 06 01:06:56 GMT 2026 154.4K bytes -
Array.prototype.findLast() - JavaScript | MDN
The findLast() method of Array instances iterates the array in reverse order and returns the value of the first element that satisfies the provided testing function. If no elements satisfy the testing function, undefined is returned.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findLastFri Feb 06 01:06:56 GMT 2026 162.1K bytes -
Array.prototype.keys() - JavaScript | MDN
The keys() method of Array instances returns a new array iterator object that contains the keys for each index in the array.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/keysFri Feb 06 01:06:56 GMT 2026 153.1K bytes -
String.prototype.big() - JavaScript | MDN
The big() method of String values creates a string that embeds this string in a <big> element (<big>str</big>), which causes this string to be displayed in a big font.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/bigFri Feb 06 01:07:01 GMT 2026 151K bytes -
String.raw() - JavaScript | MDN
The String.raw() static method is a tag function of template literals. This is similar to the r prefix in Python, or the @ prefix in C# for string literals. It's used to get the raw string form of template literals โ that is, substitutions (e.g., ${foo}) are processed, but escape sequences (e.g., \n) are not.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/rawFri Feb 06 01:07:02 GMT 2026 163.9K bytes -
String.prototype.toString() - JavaScript | MDN
The toString() method of String values returns this string value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toStringFri Feb 06 01:07:03 GMT 2026 154.6K bytes