- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 821 - 830 of 2,702 for host:developer.mozilla.org (0.1 sec)
-
in - JavaScript | MDN
The in operator returns true if the specified property is in the specified object or its prototype chain.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/inRegistered: Mon Nov 25 04:29:41 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 165.5K bytes - Viewed (0) -
Static initialization blocks - JavaScript | MDN
Static initialization blocks are declared within a class. It contains statements to be evaluated during class initialization. This permits more flexible initialization logic than static properties, such as using try...catch or setting multiple fields from a single value. Initialization is performed in the context of the current class declaration, with access to private state, which allows the class to share information of its private properties with other classes or functions declared in the same scope (analogous to "friend" classes in C++).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocksRegistered: Mon Nov 25 04:34:14 UTC 2024 - Last Modified: Sat Nov 23 16:10:11 UTC 2024 - 154.2K bytes - Viewed (0) -
dominant-baseline - SVG: Scalable Vector Graphi...
The dominant-baseline attribute specifies the dominant baseline, which is the baseline used to align the box's text and inline-level contents. It also indicates the default alignment baseline of any boxes participating in baseline alignment in the box's alignment context.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dominant-baselineRegistered: Mon Nov 25 04:34:26 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 149.3K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/sharedarraybuffer/index.md # Original Wiki contributors evilpie fsch...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/contri...Registered: Mon Nov 25 07:19:28 UTC 2024 - Last Modified: Fri Apr 14 01:37:58 UTC 2023 - 386 bytes - Viewed (0) -
String.prototype.padStart() - JavaScript | MDN
The padStart() method of String values pads this string with another string (multiple times, if needed) until the resulting string reaches the given length. The padding is applied from the start of this string.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStartRegistered: Mon Nov 25 07:19:50 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 83.4K bytes - Viewed (0) -
String.prototype.strike() - JavaScript | MDN
The strike() method of String values creates a string that embeds this string in a <strike> element (<strike>str</strike>), which causes this string to be displayed as struck-out text.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/strikeRegistered: Mon Nov 25 07:22:36 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 82K bytes - Viewed (0) -
String.prototype.bold() - JavaScript | MDN
The bold() method of String values creates a string that embeds this string in a <b> element (<b>str</b>), which causes this string to be displayed as bold.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/boldRegistered: Mon Nov 25 07:23:54 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 80.8K bytes - Viewed (0) -
String.prototype.link() - JavaScript | MDN
The link() method of String values creates a string that embeds this string in an <a> element (<a href="...">str</a>), to be used as a hypertext link to another URL.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/linkRegistered: Mon Nov 25 07:24:00 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 81.9K bytes - Viewed (0) -
String.prototype.italics() - JavaScript | MDN
The italics() method of String values creates a string that embeds this string in an <i> element (<i>str</i>), which causes this string to be displayed as italic.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/italicsRegistered: Mon Nov 25 07:27:11 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 81.1K bytes - Viewed (0) -
String.prototype.trimEnd() - JavaScript | MDN
The trimEnd() method of String values removes whitespace from the end of this string and returns a new string, without modifying the original string. trimRight() is an alias of this method.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/trimEndRegistered: Mon Nov 25 07:27:48 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 82.8K bytes - Viewed (0)