- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 3,176 for host:developer.mozilla.org (0.43 sec)
-
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/letRegistered: Mon Nov 03 00:57:49 UTC 2025 - Last Modified: Sun Nov 02 01:14:09 UTC 2025 - 199.7K bytes - Viewed (0) -
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/instanceofRegistered: Mon Nov 03 00:59:26 UTC 2025 - Last Modified: Sun Nov 02 01:14:08 UTC 2025 - 196.6K bytes - Viewed (0) -
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_SVGRegistered: Mon Nov 03 00:59:32 UTC 2025 - Last Modified: Sun Nov 02 01:14:17 UTC 2025 - 161K bytes - Viewed (0) -
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/RegExpRegistered: Mon Nov 03 00:56:44 UTC 2025 - Last Modified: Sun Nov 02 01:14:01 UTC 2025 - 175.1K bytes - Viewed (0) -
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/switchRegistered: Mon Nov 03 01:00:52 UTC 2025 - Last Modified: Sun Nov 02 01:14:09 UTC 2025 - 196.5K bytes - Viewed (0) -
<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/feFuncBRegistered: Mon Nov 03 01:00:53 UTC 2025 - Last Modified: Sun Nov 02 01:14:16 UTC 2025 - 164K bytes - Viewed (0) -
JavaScript technologies overview - JavaScript |...
Whereas HTML defines a webpage's structure and content and CSS sets the formatting and appearance, JavaScript adds interactivity to a webpage and creates rich web applications.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/JavaScript_technologies_overviewRegistered: Mon Nov 03 01:02:15 UTC 2025 - Last Modified: Sun Nov 02 01:14:07 UTC 2025 - 197.5K bytes - Viewed (0) -
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...elseRegistered: Mon Nov 03 00:59:50 UTC 2025 - Last Modified: Sun Nov 02 01:14:09 UTC 2025 - 189K bytes - Viewed (0) -
<feSpecularLighting> - SVG | MDN
The <feSpecularLighting> SVG filter primitive lights a source graphic using the alpha channel as a bump map. The resulting image is an RGBA image based on the light color. The lighting calculation follows the standard specular component of the Phong lighting model. The resulting image depends on the light color, light position and surface geometry of the input bump map. The result of the lighting calculation is added. The filter primitive assumes that the viewer is at infinity in the z direction.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feSpecularLightingRegistered: Mon Nov 03 01:01:44 UTC 2025 - Last Modified: Sun Nov 02 01:14:16 UTC 2025 - 170.1K bytes - Viewed (0) -
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_precedenceRegistered: Mon Nov 03 01:00:38 UTC 2025 - Last Modified: Sun Nov 02 01:14:08 UTC 2025 - 207.2K bytes - Viewed (0)