- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 1,627 for host:developer.mozilla.org (0.03 seconds)
-
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_precedenceSun May 03 01:29:48 GMT 2026 27.4K bytes -
do...while - JavaScript | MDN
The do...while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/do...whileSun May 03 01:29:48 GMT 2026 23.5K bytes -
Classes - JavaScript | MDN
Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on prototypes but also have some syntax and semantics that are unique to classes.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/ClassesSun May 03 01:29:37 GMT 2026 26.2K 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 May 03 01:29:40 GMT 2026 23.3K 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 May 03 01:29:36 GMT 2026 27.9K bytes -
isNaN() - JavaScript | MDN
The isNaN() function determines whether a value is NaN, first converting the value to a number if necessary. Because coercion inside the isNaN() function can be surprising, you may prefer to use Number.isNaN().developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isNaNSun May 03 01:29:41 GMT 2026 23.8K bytes -
Equality (==) - JavaScript | MDN
The equality (==) operator checks whether its two operands are equal, returning a Boolean result. Unlike the strict equality operator, it attempts to convert and compare operands that are of different types.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/EqualitySun May 03 01:29:48 GMT 2026 24.1K 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 May 03 01:29:43 GMT 2026 22.3K 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 May 03 01:29:37 GMT 2026 31.1K bytes -
<mask> - SVG | MDN
The <mask> SVG element defines a mask for compositing the current object into the background. A mask is used/referenced using the mask property and CSS mask-image property.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/maskSun May 03 01:29:54 GMT 2026 19.6K bytes