- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 3,160 for host:developer.mozilla.org (0.04 sec)
-
<feImage>
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/feImageRegistered: Wed Sep 03 00:40:27 UTC 2025 - Last Modified: Tue Sep 02 00:48:42 UTC 2025 - 208.4K bytes - Viewed (0) -
let
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: Wed Sep 03 00:40:31 UTC 2025 - Last Modified: Tue Sep 02 00:48:35 UTC 2025 - 241.4K bytes - Viewed (0) -
<line>
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/lineRegistered: Wed Sep 03 00:40:34 UTC 2025 - Last Modified: Tue Sep 02 00:48:43 UTC 2025 - 208.6K bytes - Viewed (0) -
JavaScript technologies overview
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: Wed Sep 03 00:40:47 UTC 2025 - Last Modified: Tue Sep 02 00:48:33 UTC 2025 - 238.8K bytes - Viewed (0) -
instanceof
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: Wed Sep 03 00:40:00 UTC 2025 - Last Modified: Tue Sep 02 00:48:34 UTC 2025 - 238.7K bytes - Viewed (0) -
decodeURI()
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI() or a similar routine.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIRegistered: Wed Sep 03 00:41:26 UTC 2025 - Last Modified: Tue Sep 02 00:48:20 UTC 2025 - 227.5K bytes - Viewed (0) -
switch
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: Wed Sep 03 00:39:45 UTC 2025 - Last Modified: Tue Sep 02 00:48:35 UTC 2025 - 238.2K bytes - Viewed (0) -
SyntaxError: "0"-prefixed octal literals are de...
The JavaScript strict mode-only exception "0-prefixed octal literals are deprecated; use the "0o" prefix instead" occurs when deprecated octal literals (0 followed by digits) are used.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_octal_literalRegistered: Wed Sep 03 00:44:38 UTC 2025 - Last Modified: Tue Sep 02 00:48:15 UTC 2025 - 218.3K bytes - Viewed (0) -
<script>
The <script> SVG element allows to add scripts to an SVG document.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/scriptRegistered: Wed Sep 03 00:44:40 UTC 2025 - Last Modified: Tue Sep 02 00:48:43 UTC 2025 - 208.6K bytes - Viewed (0) -
<ellipse>
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/ellipseRegistered: Wed Sep 03 00:44:44 UTC 2025 - Last Modified: Tue Sep 02 00:48:42 UTC 2025 - 208.5K bytes - Viewed (0)