- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1831 - 1840 of 3,108 for host:developer.mozilla.org (0.13 sec)
-
AsyncIterator - JavaScript | MDN
An AsyncIterator object is an object that conforms to the async iterator protocol by providing a next() method that returns a promise fulfilling to an iterator result object. The AsyncIterator.prototype object is a hidden global object that all built-in async iterators inherit from. It provides an [Symbol.asyncIterator]() method that returns the async iterator object itself, making the async iterator also async iterable.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncIteratorRegistered: Wed Jul 16 00:53:30 UTC 2025 - Last Modified: Wed Jul 16 00:47:14 UTC 2025 - 65K bytes - Viewed (0) -
Working with objects - JavaScript | MDN
JavaScript is designed on an object-based paradigm. An object is a collection of properties, and a property is an association between a name (or key) and a value. A property's value can be a function, in which case the property is known as a method.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_objectsRegistered: Wed Jul 16 00:54:40 UTC 2025 - Last Modified: Wed Jul 16 00:47:10 UTC 2025 - 200.1K bytes - Viewed (0) -
Assignment (=) - JavaScript | MDN
The assignment (=) operator is used to assign a value to a variable or property. The assignment expression itself has a value, which is the assigned value. This allows multiple assignments to be chained in order to assign a single value to multiple variables.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/AssignmentRegistered: Wed Jul 16 00:56:42 UTC 2025 - Last Modified: Wed Jul 16 00:47:27 UTC 2025 - 156.9K bytes - Viewed (0) -
Namespaces crash course - SVG | MDN
As an XML dialect, SVG is namespaced. It is important to understand the concept of namespaces and how they are used if you plan to author SVG content. Namespaces are essential to user agents that support multiple XML dialects; browsers must be very strict. Taking the time to understand namespaces now will save you from future headaches.developer.mozilla.org/en-US/docs/Web/SVG/Guides/Namespaces_crash_courseRegistered: Wed Jul 16 00:56:48 UTC 2025 - Last Modified: Wed Jul 16 00:47:32 UTC 2025 - 138.8K bytes - Viewed (0) -
<polygon> - SVG | MDN
The <polygon> SVG element defines a closed shape consisting of a set of connected straight line segments. The last point is connected to the first point.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/polygonRegistered: Wed Jul 16 00:55:18 UTC 2025 - Last Modified: Wed Jul 16 00:47:35 UTC 2025 - 114.4K bytes - Viewed (0) -
Array - JavaScript | MDN
The Array object, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayRegistered: Wed Jul 16 00:54:24 UTC 2025 - Last Modified: Tue Jul 15 00:51:12 UTC 2025 - 224.2K bytes - Viewed (0) -
AggregateError - JavaScript | MDN
The AggregateError object represents an error when several errors need to be wrapped in a single error. It is thrown when multiple errors need to be reported by an operation, for example by Promise.any(), when all promises passed to it reject.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateErrorRegistered: Wed Jul 16 00:54:03 UTC 2025 - Last Modified: Wed Jul 16 00:47:13 UTC 2025 - 73.9K bytes - Viewed (0) -
SharedArrayBuffer - JavaScript | MDN
The SharedArrayBuffer object is used to represent a generic raw binary data buffer, similar to the ArrayBuffer object, but in a way that they can be used to create views on shared memory. A SharedArrayBuffer is not a Transferable Object, unlike an ArrayBuffer which is transferable.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBufferRegistered: Wed Jul 16 00:54:57 UTC 2025 - Last Modified: Wed Jul 16 00:47:21 UTC 2025 - 92K bytes - Viewed (0) -
Trailing commas - JavaScript | MDN
Trailing commas (sometimes called "final commas") can be useful when adding new elements, parameters, or properties to JavaScript code. If you want to add a new property, you can add a new line without modifying the previously last line if that line already uses a trailing comma. This makes version-control diffs cleaner and editing code might be less troublesome.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commasRegistered: Wed Jul 16 01:13:14 UTC 2025 - Last Modified: Wed Jul 16 00:47:29 UTC 2025 - 163.2K bytes - Viewed (0) -
method - SVG | MDN
The method attribute indicates the method by which text should be rendered along the path of a <textPath> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/methodRegistered: Wed Jul 16 01:13:15 UTC 2025 - Last Modified: Wed Jul 16 00:47:33 UTC 2025 - 103.7K bytes - Viewed (0)