- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 3,182 for host:developer.mozilla.org (0.03 seconds)
-
<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 -
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 -
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 -
<title> โ the SVG accessible name element...
The <title> SVG element provides an accessible, short-text description of any SVG container element or graphics element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/titleSun Mar 22 01:12:28 GMT 2026 18.8K bytes -
Memory management - JavaScript | MDN
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automaticity is a potential source of confusion: it can give developers the false impression that they don't need to worry about memory management.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Memory_managementSun Mar 22 01:12:14 GMT 2026 27.5K bytes -
<script> - SVG | MDN
The <script> SVG element allows to add scripts to an SVG document.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/scriptSun Mar 22 01:12:27 GMT 2026 19.2K bytes -
Inequality (!=) - JavaScript | MDN
The inequality (!=) operator checks whether its two operands are not equal, returning a Boolean result. Unlike the strict inequality operator, it attempts to convert and compare operands that are of different types.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/InequalitySun Mar 22 01:12:23 GMT 2026 22.6K bytes -
<line> - SVG | MDN
The <line> SVG element is an SVG basic shape used to create a line connecting two points.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/lineSun Mar 22 01:12:27 GMT 2026 18.8K bytes -
if...else - JavaScript | MDN
The if...else statement executes a statement if a specified condition is truthy. If the condition is falsy, another statement in the optional else clause will be executed.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...elseSun Mar 22 01:12:24 GMT 2026 23.5K bytes