- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 3,169 for host:developer.mozilla.org (0.04 sec)
-
Method definitions - JavaScript | MDN
Method definition is a shorter syntax for defining a function property in an object initializer. It can also be used in classes.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitionsRegistered: Wed Feb 12 00:47:52 UTC 2025 - Last Modified: Thu Feb 06 00:53:53 UTC 2025 - 157.5K bytes - Viewed (0) -
<use> - SVG: Scalable Vector Graphics | MDN
The <use> element takes nodes from within the SVG document, and duplicates them somewhere else. The effect is the same as if the nodes were deeply cloned into a non-exposed DOM, then pasted where the use element is, much like cloned template elements.developer.mozilla.org/en-US/docs/Web/SVG/Element/useRegistered: Wed Feb 12 00:47:03 UTC 2025 - Last Modified: Tue Feb 11 00:49:32 UTC 2025 - 138.4K bytes - Viewed (0) -
clip-path - SVG: Scalable Vector Graphics | MDN
The clip-path presentation attribute defines or associates a clipping path with the element it is related to.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip-pathRegistered: Wed Feb 12 00:47:15 UTC 2025 - Last Modified: Thu Feb 06 00:54:14 UTC 2025 - 130.6K bytes - Viewed (0) -
Right shift assignment (>>=) - JavaScript | MDN
The right shift assignment (>>=) operator performs right shift on the two operands and assigns the result to the left operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift_assignmentRegistered: Wed Feb 12 00:47:17 UTC 2025 - Last Modified: Thu Feb 06 00:54:09 UTC 2025 - 139.7K bytes - Viewed (0) -
Right shift (>>) - JavaScript | MDN
The right shift (>>) operator returns a number or BigInt whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and copies of the leftmost bit are shifted in from the left. This operation is also called "sign-propagating right shift" or "arithmetic right shift", because the sign of the resulting number is the same as the sign of the first operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shiftRegistered: Wed Feb 12 00:48:42 UTC 2025 - Last Modified: Thu Feb 06 00:54:09 UTC 2025 - 150.1K bytes - Viewed (0) -
class - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/classRegistered: Wed Feb 12 00:48:21 UTC 2025 - Last Modified: Thu Feb 06 00:54:14 UTC 2025 - 133.3K 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: Wed Feb 12 00:49:50 UTC 2025 - Last Modified: Thu Feb 06 00:53:52 UTC 2025 - 171.9K bytes - Viewed (0) -
import() - JavaScript | MDN
The import() syntax, commonly called dynamic import, is a function-like expression that allows loading an ECMAScript module asynchronously and dynamically into a potentially non-module environment.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/importRegistered: Wed Feb 12 00:49:27 UTC 2025 - Last Modified: Fri Feb 07 00:49:36 UTC 2025 - 167K 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: Wed Feb 12 00:49:32 UTC 2025 - Last Modified: Thu Feb 06 00:54:09 UTC 2025 - 144.4K 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: Wed Feb 12 00:48:52 UTC 2025 - Last Modified: Thu Feb 06 00:53:51 UTC 2025 - 187.6K bytes - Viewed (0)