- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1141 - 1150 of 2,702 for host:developer.mozilla.org (0.1 sec)
-
in - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/inRegistered: Mon Nov 25 04:49:43 UTC 2024 - Last Modified: Sat Nov 23 16:10:31 UTC 2024 - 136.1K bytes - Viewed (0) -
letter-spacing - SVG: Scalable Vector Graphics ...
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacingRegistered: Mon Nov 25 04:48:28 UTC 2024 - Last Modified: Sat Nov 23 16:10:31 UTC 2024 - 126.7K bytes - Viewed (0) -
Capturing group: (...) - JavaScript | MDN
A capturing group groups a subpattern, allowing you to apply a quantifier to the entire group or use disjunctions within it. It memorizes information about the subpattern match, so that you can refer back to it later with a backreference, or access the information through the match results.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Capturing_groupRegistered: Mon Nov 25 04:52:17 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 155.5K bytes - Viewed (0) -
Arrow function expressions - JavaScript | MDN
An arrow function expression is a compact alternative to a traditional function expression, with some semantic differences and deliberate limitations in usage:developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functionsRegistered: Mon Nov 25 04:53:15 UTC 2024 - Last Modified: Sat Nov 23 16:10:13 UTC 2024 - 182.3K bytes - Viewed (0) -
Greater than or equal (>=) - JavaScript | MDN
The greater than or equal (>=) operator returns true if the left operand is greater than or equal to the right operand, and false otherwise.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equalRegistered: Mon Nov 25 04:49:24 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 148.2K bytes - Viewed (0) -
Quantifier: *, +, ?, {n}, {n,}, {n,m} - JavaScr...
A quantifier repeats an atom a certain number of times. The quantifier is placed after the atom it applies to.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/QuantifierRegistered: Mon Nov 25 04:54:22 UTC 2024 - Last Modified: Sat Nov 23 16:10:26 UTC 2024 - 158.2K bytes - Viewed (0) -
import - JavaScript | MDN
The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are called live bindings because they are updated by the module that exported the binding, but cannot be re-assigned by the importing module.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/importRegistered: Mon Nov 25 04:54:28 UTC 2024 - Last Modified: Sat Nov 23 16:10:26 UTC 2024 - 182.9K bytes - Viewed (0) -
Uint32Array - JavaScript | MDN
The Uint32Array typed array represents an array of 32-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32ArrayRegistered: Mon Nov 25 04:54:51 UTC 2024 - Last Modified: Sat Nov 23 16:10:24 UTC 2024 - 81.7K bytes - Viewed (0) -
Int8Array - JavaScript | MDN
The Int8Array typed array represents an array of 8-bit signed integers. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8ArrayRegistered: Mon Nov 25 04:56:33 UTC 2024 - Last Modified: Sat Nov 23 16:10:16 UTC 2024 - 81.2K bytes - Viewed (0) -
Backreference: \1, \2 - JavaScript | MDN
A backreference refers to the submatch of a previous capturing group and matches the same text as that group. For named capturing groups, you may prefer to use the named backreference syntax.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/BackreferenceRegistered: Mon Nov 25 04:53:50 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 148K bytes - Viewed (0)