- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 1,631 for host:developer.mozilla.org (0.03 seconds)
-
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 Jun 07 01:35:12 GMT 2026 31.1K bytes -
decodeURI() - JavaScript | MDN
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/decodeURISun Jun 07 01:35:15 GMT 2026 23K 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 Jun 07 01:35:14 GMT 2026 18.7K bytes -
typeof - JavaScript | MDN
The typeof operator returns a string indicating the type of the operand's value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeofSun Jun 07 01:35:23 GMT 2026 25.3K 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 Jun 07 01:35:27 GMT 2026 18.4K bytes -
Standard built-in objects - JavaScript | MDN
This chapter documents all of JavaScript's standard, built-in objects, including their methods and properties.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_ObjectsSun Jun 07 01:35:15 GMT 2026 23K bytes -
try...catch - JavaScript | MDN
The try...catch statement is comprised of a try block and either a catch block, a finally block, or both. The code in the try block is executed first, and if it throws an exception, the code in the catch block will be executed. The code in the finally block will always be executed before control flow exits the entire construct.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catchSun Jun 07 01:35:24 GMT 2026 25.6K bytes -
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