- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1441 - 1450 of 3,108 for host:developer.mozilla.org (0.04 sec)
-
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: Wed Jul 16 02:18:36 UTC 2025 - Last Modified: Wed Jul 16 00:47:17 UTC 2025 - 69.1K bytes - Viewed (0) -
Iterator.prototype.take() - JavaScript | MDN
The take() method of Iterator instances returns a new iterator helper object that yields the given number of elements in this iterator and then terminates.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/takeRegistered: Wed Jul 16 02:18:33 UTC 2025 - Last Modified: Wed Jul 16 00:47:18 UTC 2025 - 72.1K bytes - Viewed (0) -
Date.now() - JavaScript | MDN
The Date.now() static method returns the number of milliseconds elapsed since the epoch, which is defined as the midnight at the beginning of January 1, 1970, UTC.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/nowRegistered: Wed Jul 16 02:18:59 UTC 2025 - Last Modified: Wed Jul 16 00:47:15 UTC 2025 - 79.1K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/guide/control_flow_and_error_handling/index.md # Original Wiki contributors Sheppy wbamberg t...developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Control_flow_and_error_handling/contributor...Registered: Wed Jul 16 02:16:56 UTC 2025 - Last Modified: Fri Apr 14 01:36:35 UTC 2023 - 772 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: Wed Jul 16 02:20:49 UTC 2025 - Last Modified: Wed Jul 16 00:47:22 UTC 2025 - 84.5K bytes - Viewed (0) -
Object.fromEntries() - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntriesRegistered: Wed Jul 16 02:22:22 UTC 2025 - Last Modified: Wed Jul 16 00:47:19 UTC 2025 - 82K 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: Wed Jul 16 02:21:42 UTC 2025 - Last Modified: Wed Jul 16 00:47:21 UTC 2025 - 95.9K 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: Wed Jul 16 02:20:15 UTC 2025 - Last Modified: Wed Jul 16 00:47:21 UTC 2025 - 82.5K bytes - Viewed (0) -
Promise.prototype.finally() - JavaScript | MDN
The finally() method of Promise instances schedules a function to be called when the promise is settled (either fulfilled or rejected). It immediately returns another Promise object, allowing you to chain calls to other promise methods.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finallyRegistered: Wed Jul 16 02:23:27 UTC 2025 - Last Modified: Wed Jul 16 00:47:19 UTC 2025 - 77.8K bytes - Viewed (0) -
Object.seal() - JavaScript | MDN
The Object.seal() static method seals an object. Sealing an object prevents extensions and makes existing properties non-configurable. A sealed object has a fixed set of properties: new properties cannot be added, existing properties cannot be removed, their enumerability and configurability cannot be changed, and its prototype cannot be re-assigned. Values of existing properties can still be changed as long as they are writable. seal() returns the same object that was passed in.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/sealRegistered: Wed Jul 16 02:22:43 UTC 2025 - Last Modified: Wed Jul 16 00:47:19 UTC 2025 - 81.7K bytes - Viewed (0)