- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 2,702 for host:developer.mozilla.org (0.05 sec)
-
Regular expressions - JavaScript | MDN
A regular expression (regex for short) allow developers to match strings against a pattern, extract submatch information, or simply test if the string conforms to that pattern. Regular expressions are used in many programming languages, and JavaScript's syntax is inspired by Perl.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressionsRegistered: Mon Nov 25 04:23:27 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 178.6K bytes - Viewed (0) -
Increment (++) - JavaScript | MDN
The increment (++) operator increments (adds one to) its operand and returns the value before or after the increment, depending on where the operator is placed.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/IncrementRegistered: Mon Nov 25 04:25:14 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 145.1K bytes - Viewed (0) -
Logical AND assignment (&&=) - JavaScript | MDN
The logical AND assignment (&&=) operator only evaluates the right operand and assigns to the left if the left operand is truthy.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND_assignmentRegistered: Mon Nov 25 04:32:02 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 141.9K bytes - Viewed (0) -
dx - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dxRegistered: Mon Nov 25 04:32:02 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 140.4K bytes - Viewed (0) -
font-size-adjust - SVG: Scalable Vector Graphic...
The font-size-adjust attribute allows authors to specify an aspect value for an element that will preserve the x-height of the first choice font in a substitute font.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-size-adjustRegistered: Mon Nov 25 04:33:35 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 128.6K bytes - Viewed (0) -
extends - JavaScript | MDN
The extends keyword is used in class declarations or class expressions to create a class that is a child of another class.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extendsRegistered: Mon Nov 25 04:33:44 UTC 2024 - Last Modified: Sat Nov 23 16:10:11 UTC 2024 - 188.5K bytes - Viewed (0) -
JavaScript error reference - JavaScript | MDN
Below, you'll find a list of errors which are thrown by JavaScript. These errors can be a helpful debugging aid, but the reported problem isn't always immediately clear. The pages below will provide additional details about these errors. Each error is an object based upon the Error object, and has a name and a message.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/ErrorsRegistered: Mon Nov 25 04:26:46 UTC 2024 - Last Modified: Sat Nov 23 16:10:11 UTC 2024 - 172.6K bytes - Viewed (0) -
by - SVG: Scalable Vector Graphics | MDN
The by attribute specifies a relative offset value for an attribute that will be modified during an animation.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/byRegistered: Mon Nov 25 04:26:53 UTC 2024 - Last Modified: Sat Nov 23 16:10:29 UTC 2024 - 124.6K bytes - Viewed (0) -
class - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/classRegistered: Mon Nov 25 04:29:04 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 134.4K bytes - Viewed (0) -
Symbol - JavaScript | MDN
Symbol is a built-in object whose constructor returns a symbol primitive — also called a Symbol value or just a Symbol — that's guaranteed to be unique. Symbols are often used to add unique property keys to an object that won't collide with keys any other code might add to the object, and which are hidden from any mechanisms other code will typically use to access the object. That enables a form of weak encapsulation, or a weak form of information hiding.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SymbolRegistered: Mon Nov 25 04:29:04 UTC 2024 - Last Modified: Sat Nov 23 16:10:23 UTC 2024 - 110.1K bytes - Viewed (0)