- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of 3,188 for host:developer.mozilla.org (0.03 seconds)
-
RegExp - JavaScript | MDN
The RegExp object is used for matching text with a pattern.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExpSun Jun 07 01:35:17 GMT 2026 22.2K bytes -
instanceof - JavaScript | MDN
The instanceof operator tests to see if the prototype property of a constructor appears anywhere in the prototype chain of an object. The return value is a boolean value. Its behavior can be customized with Symbol.hasInstance.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceofSun Jun 07 01:35:23 GMT 2026 25.3K bytes -
<animate> - SVG | MDN
The <animate> SVG element provides a way to animate an attribute of an element over time.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/animateSun Jun 07 01:35:27 GMT 2026 19.3K bytes -
<ellipse> - SVG | MDN
The <ellipse> SVG element is an SVG basic shape, used to create ellipses based on a center coordinate, and both their x and y radius.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/ellipseSun Jun 07 01:35:27 GMT 2026 19.1K bytes -
const - JavaScript | MDN
The const declaration declares block-scoped local variables. The value of a constant can't be changed through reassignment using the assignment operator, but if a constant is an object, its properties can be added, updated, or removed.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/constSun Jun 07 01:35:24 GMT 2026 24.3K bytes -
BigUint64Array - JavaScript | MDN
The BigUint64Array typed array represents an array of 64-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0n 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/BigUint64ArraySun Jun 07 01:35:14 GMT 2026 17K bytes -
Operator precedence - JavaScript | MDN
Operator precedence determines how operators are parsed concerning each other. Operators with higher precedence become the operands of operators with lower precedence.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_precedenceSun Jun 07 01:35:23 GMT 2026 27.4K bytes -
let - JavaScript | MDN
The let declaration declares re-assignable, block-scoped local variables, optionally initializing each to a value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/letSun Jun 07 01:35:24 GMT 2026 26.3K bytes -
<feFuncB> - SVG | MDN
The <feFuncB> SVG filter primitive defines the transfer function for the blue component of the input graphic of its parent <feComponentTransfer> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncBSun Jun 07 01:35:27 GMT 2026 18.2K bytes -
switch - JavaScript | MDN
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/switchSun Jun 07 01:35:24 GMT 2026 25.4K bytes