- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 3,166 for host:developer.mozilla.org (1.53 sec)
-
Date.prototype.setUTCFullYear() - JavaScript | MDN
The setUTCFullYear() method of Date instances changes the year for this date according to universal time.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCFullYearRegistered: Mon Sep 08 06:51:49 UTC 2025 - Last Modified: Mon Sep 08 00:48:28 UTC 2025 - 191.4K bytes - Viewed (0) -
String.prototype.localeCompare() - JavaScript |...
The localeCompare() method of String values returns a number indicating whether this string comes before, or after, or is the same as the given string in sort order. In implementations with Intl.Collator API support, this method delegates to Intl.Collator.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompareRegistered: Mon Sep 08 07:25:33 UTC 2025 - Last Modified: Mon Sep 08 00:48:34 UTC 2025 - 202.2K bytes - Viewed (0) -
Iterator.prototype.every() - JavaScript | MDN
The every() method of Iterator instances is similar to Array.prototype.every(): it tests whether all elements produced by the iterator pass the test implemented by the provided function. It returns a boolean value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/everyRegistered: Mon Sep 08 07:29:20 UTC 2025 - Last Modified: Mon Sep 08 00:48:30 UTC 2025 - 185.4K bytes - Viewed (0) -
Generator.prototype.next() - JavaScript | MDN
The next() method of Generator instances returns an object with two properties done and value. You can also provide a parameter to the next method to send a value to the generator.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator/nextRegistered: Mon Sep 08 07:28:54 UTC 2025 - Last Modified: Mon Sep 08 00:48:29 UTC 2025 - 187.8K bytes - Viewed (0) -
Date.prototype.setUTCMinutes() - JavaScript | MDN
The setUTCMinutes() method of Date instances changes the minutes for this date according to universal time.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setUTCMinutesRegistered: Mon Sep 08 06:44:56 UTC 2025 - Last Modified: Mon Sep 08 00:48:28 UTC 2025 - 191.4K bytes - Viewed (0) -
Intl.RelativeTimeFormat - JavaScript | MDN
The Intl.RelativeTimeFormat object enables language-sensitive relative time formatting.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormatRegistered: Mon Sep 08 06:38:17 UTC 2025 - Last Modified: Mon Sep 08 00:48:30 UTC 2025 - 190K bytes - Viewed (0) -
Date.prototype[Symbol.toPrimitive]() - JavaScri...
The [Symbol.toPrimitive]() method of Date instances returns a primitive value representing this date. It may either be a string or a number, depending on the hint given.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Symbol.toPrimitiveRegistered: Mon Sep 08 06:48:01 UTC 2025 - Last Modified: Mon Sep 08 00:48:28 UTC 2025 - 192.3K bytes - Viewed (0) -
BigInt.prototype.toString() - JavaScript | MDN
The toString() method of BigInt values returns a string representing the specified BigInt value. The trailing "n" is not part of the string.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/toStringRegistered: Mon Sep 08 07:18:25 UTC 2025 - Last Modified: Mon Sep 08 00:48:27 UTC 2025 - 187K bytes - Viewed (0) -
String.prototype.fontcolor() - JavaScript | MDN
The fontcolor() method of String values creates a string that embeds this string in a <font> element (<font color="...">str</font>), which causes this string to be displayed in the specified font color.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fontcolorRegistered: Mon Sep 08 07:19:18 UTC 2025 - Last Modified: Mon Sep 08 00:48:34 UTC 2025 - 190.1K bytes - Viewed (0) -
String.prototype[Symbol.iterator]() - JavaScrip...
The [Symbol.iterator]() method of String values implements the iterable protocol and allows strings to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns a string iterator object that yields the Unicode code points of the string value as individual strings.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Symbol.iteratorRegistered: Mon Sep 08 07:22:53 UTC 2025 - Last Modified: Mon Sep 08 00:48:35 UTC 2025 - 194.5K bytes - Viewed (0)