Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1831 - 1840 of 3,108 for host:developer.mozilla.org (0.13 sec)

  1. 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/AsyncIterator
    Registered: Wed Jul 16 00:53:30 UTC 2025
    - Last Modified: Wed Jul 16 00:47:14 UTC 2025
    - 65K bytes
    - Viewed (0)
  2. 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_objects
    Registered: Wed Jul 16 00:54:40 UTC 2025
    - Last Modified: Wed Jul 16 00:47:10 UTC 2025
    - 200.1K bytes
    - Viewed (0)
  3. 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/Assignment
    Registered: Wed Jul 16 00:56:42 UTC 2025
    - Last Modified: Wed Jul 16 00:47:27 UTC 2025
    - 156.9K bytes
    - Viewed (0)
  4. 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_course
    Registered: Wed Jul 16 00:56:48 UTC 2025
    - Last Modified: Wed Jul 16 00:47:32 UTC 2025
    - 138.8K bytes
    - Viewed (0)
  5. <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/polygon
    Registered: Wed Jul 16 00:55:18 UTC 2025
    - Last Modified: Wed Jul 16 00:47:35 UTC 2025
    - 114.4K bytes
    - Viewed (0)
  6. 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/Array
    Registered: Wed Jul 16 00:54:24 UTC 2025
    - Last Modified: Tue Jul 15 00:51:12 UTC 2025
    - 224.2K bytes
    - Viewed (0)
  7. 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/AggregateError
    Registered: Wed Jul 16 00:54:03 UTC 2025
    - Last Modified: Wed Jul 16 00:47:13 UTC 2025
    - 73.9K bytes
    - Viewed (0)
  8. 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/SharedArrayBuffer
    Registered: Wed Jul 16 00:54:57 UTC 2025
    - Last Modified: Wed Jul 16 00:47:21 UTC 2025
    - 92K bytes
    - Viewed (0)
  9. 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_commas
    Registered: Wed Jul 16 01:13:14 UTC 2025
    - Last Modified: Wed Jul 16 00:47:29 UTC 2025
    - 163.2K bytes
    - Viewed (0)
  10. 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/method
    Registered: Wed Jul 16 01:13:15 UTC 2025
    - Last Modified: Wed Jul 16 00:47:33 UTC 2025
    - 103.7K bytes
    - Viewed (0)
Back to top