Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 31 - 40 of 733 for host:developer.mozilla.org (0.02 sec)

  1. Iterator - JavaScript | MDN

    An Iterator object is an object that conforms to the iterator protocol by providing a next() method that returns an iterator result object. All built-in iterators inherit from the Iterator class. The Iterator class provides a @@iterator method that returns the iterator object itself, making the iterator also iterable. It also provides some helper methods for working with iterators.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
    Registered: Fri May 10 00:41:39 UTC 2024
    - Last Modified: Sat May 04 00:41:11 UTC 2024
    - 126.2K bytes
    - Viewed (0)
  2. <stop> - SVG: Scalable Vector Graphics | MDN

    The SVG <stop> element defines a color and its position to use on a gradient. This element is always a child of a <linearGradient> or <radialGradient> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/stop
    Registered: Fri May 10 00:41:48 UTC 2024
    - Last Modified: Sat May 04 00:41:29 UTC 2024
    - 136K bytes
    - Viewed (0)
  3. function expression - JavaScript | MDN

    The function keyword can be used to define a function inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function
    Registered: Fri May 10 00:41:50 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 152K bytes
    - Viewed (0)
  4. <filter> - SVG: Scalable Vector Graphics | MDN

    The <filter> SVG element defines a custom filter effect by grouping atomic filter primitives. It is never rendered itself, but must be used by the filter attribute on SVG elements, or the filter CSS property for SVG/HTML elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/filter
    Registered: Fri May 10 00:40:54 UTC 2024
    - Last Modified: Sat May 04 00:41:28 UTC 2024
    - 138.9K bytes
    - Viewed (0)
  5. <circle> - SVG: Scalable Vector Graphics | MDN

    The <circle> SVG element is an SVG basic shape, used to draw circles based on a center point and a radius.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/circle
    Registered: Fri May 10 00:40:58 UTC 2024
    - Last Modified: Sat May 04 00:41:27 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  6. <cursor> - SVG: Scalable Vector Graphics | MDN

    The <cursor> SVG element can be used to define a platform-independent custom cursor. A recommended approach for defining a platform-independent custom cursor is to create a PNG image and define a cursor element that references the PNG image and identifies the exact position within the image which is the pointer position (i.e., the hot spot).
    developer.mozilla.org/en-US/docs/Web/SVG/Element/cursor
    Registered: Fri May 10 00:41:01 UTC 2024
    - Last Modified: Sat May 04 00:41:27 UTC 2024
    - 126.3K bytes
    - Viewed (0)
  7. Date - JavaScript | MDN

    JavaScript Date objects represent a single moment in time in a platform-independent format. Date objects encapsulate an integral number that represents milliseconds since the midnight at the beginning of January 1, 1970, UTC (the epoch).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
    Registered: Fri May 10 00:41:02 UTC 2024
    - Last Modified: Tue May 07 00:39:25 UTC 2024
    - 191K bytes
    - Viewed (0)
  8. Bitwise NOT (~) - JavaScript | MDN

    The bitwise NOT (~) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bit of the operand is 0, and a 0 otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_NOT
    Registered: Fri May 10 00:39:54 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  9. cap-height - SVG: Scalable Vector Graphics | MDN

    The cap-height attribute defines the height of uppercase glyphs of the font within the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cap-height
    Registered: Fri May 10 00:42:01 UTC 2024
    - Last Modified: Sat May 04 00:41:23 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  10. clip - SVG: Scalable Vector Graphics | MDN

    The clip attribute is a presentation attribute defining the visible region of an element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip
    Registered: Fri May 10 00:42:13 UTC 2024
    - Last Modified: Sat May 04 00:41:23 UTC 2024
    - 136.9K bytes
    - Viewed (0)
Back to top