- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 3,166 for host:developer.mozilla.org (0.02 sec)
-
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/classes/private_properties/index.md # Original Wiki contributors chrisdavidmills bo...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties/contributors...Registered: Fri Jun 27 02:53:02 UTC 2025 - Last Modified: Wed Nov 08 11:23:03 UTC 2023 - 295 bytes - Viewed (0) -
<feImage>
The <feImage> SVG filter primitive fetches image data from an external source and provides the pixel data as output (meaning if the external source is an SVG image, it is rasterized.)developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feImageRegistered: Mon Aug 25 00:47:00 UTC 2025 - Last Modified: Mon Aug 25 00:46:38 UTC 2025 - 208.3K bytes - Viewed (0) -
switch
The switch statement evaluates an expression, matching the expression's value against a series of case clauses, and executes statements after the first case clause with a matching value, until a break statement is encountered. The default clause of a switch statement will be jumped to if no case matches the expression's value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switchRegistered: Mon Aug 25 00:47:03 UTC 2025 - Last Modified: Mon Aug 25 00:46:32 UTC 2025 - 238.1K bytes - Viewed (0) -
Functions
Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output. To use a function, you must define it somewhere in the scope from which you wish to call it.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/FunctionsRegistered: Mon Aug 25 00:47:33 UTC 2025 - Last Modified: Mon Aug 25 00:46:13 UTC 2025 - 253.3K bytes - Viewed (0) -
class
The class declaration creates a binding of a new class to a given name.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/classRegistered: Mon Aug 25 00:47:37 UTC 2025 - Last Modified: Mon Aug 25 00:46:32 UTC 2025 - 224.8K bytes - Viewed (0) -
Unicode character class escape: \p{...}, \P{...}
A unicode character class escape is a kind of character class escape that matches a set of characters specified by a Unicode property. It's only supported in Unicode-aware mode. When the v flag is enabled, it can also be used to match finite-length strings.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_c...Registered: Mon Aug 25 00:48:54 UTC 2025 - Last Modified: Mon Aug 25 00:46:32 UTC 2025 - 238.2K bytes - Viewed (0) -
async function* expression
The async function* keywords can be used to define an async generator function inside an expression.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/async_function*Registered: Mon Aug 25 00:48:14 UTC 2025 - Last Modified: Mon Aug 25 00:46:30 UTC 2025 - 225.2K bytes - Viewed (0) -
glyph-orientation-horizontal
The glyph-orientation-horizontal attribute affects the amount that the current text position advances as each glyph is rendered.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/glyph-orientation-horizontalRegistered: Mon Aug 25 00:59:31 UTC 2025 - Last Modified: Mon Aug 25 00:46:36 UTC 2025 - 198.8K bytes - Viewed (0) -
href
The href attribute defines a link to a resource as a reference URL. The exact meaning of that link depends on the context of each element using it.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/hrefRegistered: Mon Aug 25 00:59:39 UTC 2025 - Last Modified: Mon Aug 25 00:46:36 UTC 2025 - 229.3K bytes - Viewed (0) -
specularExponent
The specularExponent attribute controls the focus for the light source. The bigger the value the brighter the light.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/specularExponentRegistered: Mon Aug 25 01:01:31 UTC 2025 - Last Modified: Mon Aug 25 00:46:37 UTC 2025 - 200.1K bytes - Viewed (0)