- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 3,182 for host:developer.mozilla.org (0.03 seconds)
-
Uint8Array - JavaScript | MDN
The Uint8Array typed array represents an array of 8-bit unsigned 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/Uint8ArraySun Mar 22 01:12:23 GMT 2026 17.7K 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 Mar 22 01:12:27 GMT 2026 18.9K bytes -
Using classes - JavaScript | MDN
JavaScript is a prototype-based language โ an object's behaviors are specified by its own properties and its prototype's properties. However, with the addition of classes, the creation of hierarchies of objects and the inheritance of properties and their values are much more in line with other object-oriented languages such as Java. In this section, we will demonstrate how objects can be created from classes.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_classesSun Mar 22 01:12:14 GMT 2026 30.6K bytes -
<feGaussianBlur> - SVG | MDN
The <feGaussianBlur> SVG filter primitive blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feGaussianBlurSun Mar 22 01:12:27 GMT 2026 18.9K bytes -
<feImage> - SVG | MDN
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/feImageSun Mar 22 01:12:27 GMT 2026 18.8K bytes -
Other content in SVG - SVG | MDN
Apart from graphic primitives like rectangles and circles, SVG offers a set of elements to embed other types of content in images as well.developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Other_content_in_SVGSun Mar 22 01:12:28 GMT 2026 18K bytes -
Comma operator (,) - JavaScript | MDN
The comma (,) operator evaluates each of its operands (from left to right) and returns the value of the last operand. This is commonly used to provide multiple updaters to a for loop's afterthought.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_operatorSun Mar 22 01:12:23 GMT 2026 24.5K 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 Mar 22 01:12:27 GMT 2026 19.1K 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 Mar 22 01:12:23 GMT 2026 25.1K bytes -
Boolean - JavaScript | MDN
Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BooleanSun Mar 22 01:12:16 GMT 2026 18.5K bytes