Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 131 - 140 of 1,325 for host:developer.mozilla.org (0.02 sec)

  1. import() - JavaScript | MDN

    The import() syntax, commonly called dynamic import, is a function-like expression that allows loading an ECMAScript module asynchronously and dynamically into a potentially non-module environment.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
    Registered: Fri May 17 00:47:26 UTC 2024
    - Last Modified: Fri May 17 00:43:17 UTC 2024
    - 165.4K bytes
    - Viewed (0)
  2. attributeName - SVG: Scalable Vector Graphics |...

    The attributeName attribute indicates the name of the CSS property or attribute of the target element that is going to be changed during an animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/attributeName
    Registered: Fri May 17 00:47:27 UTC 2024
    - Last Modified: Fri May 17 00:43:22 UTC 2024
    - 130.7K bytes
    - Viewed (0)
  3. Method definitions - JavaScript | MDN

    Method definition is a shorter syntax for defining a function property in an object initializer. It can also be used in classes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions
    Registered: Fri May 17 00:49:14 UTC 2024
    - Last Modified: Fri May 17 00:43:05 UTC 2024
    - 179.9K bytes
    - Viewed (0)
  4. Character class: [...], [^...] - JavaScript | MDN

    A character class matches any character in or not in a custom set of characters. When the v flag is enabled, it can also be used to match finite-length strings.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Character_class
    Registered: Fri May 17 00:49:20 UTC 2024
    - Last Modified: Fri May 17 00:43:18 UTC 2024
    - 190.1K bytes
    - Viewed (0)
  5. export - JavaScript | MDN

    The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ€” when a module updates the value of a binding that it exports, the update will be visible in its imported value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
    Registered: Fri May 17 00:47:39 UTC 2024
    - Last Modified: Thu May 16 00:42:42 UTC 2024
    - 203.2K bytes
    - Viewed (0)
  6. clip-path - SVG: Scalable Vector Graphics | MDN

    The clip-path presentation attribute defines or associates a clipping path with the element it is related to.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip-path
    Registered: Fri May 17 00:47:51 UTC 2024
    - Last Modified: Fri May 17 00:43:22 UTC 2024
    - 146.3K bytes
    - Viewed (0)
  7. Regular expressions - JavaScript | MDN

    A regular expression (regex for short) allow developers to match strings against a pattern, extract submatch information, or simply test if the string conforms to that pattern. Regular expressions are used in many programming languages, and JavaScript's syntax is inspired by Perl.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions
    Registered: Fri May 17 00:48:00 UTC 2024
    - Last Modified: Thu May 16 00:42:42 UTC 2024
    - 162.5K bytes
    - Viewed (0)
  8. dx - SVG: Scalable Vector Graphics | MDN

    The dx attribute indicates a shift along the x-axis on the position of an element or its content.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dx
    Registered: Fri May 17 00:48:03 UTC 2024
    - Last Modified: Fri May 17 00:43:22 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  9. Static initialization blocks - JavaScript | MDN

    Static initialization blocks are declared within a class. It contains statements to be evaluated during class initialization. This permits more flexible initialization logic than static properties, such as using try...catch or setting multiple fields from a single value. Initialization is performed in the context of the current class declaration, with access to private state, which allows the class to share information of its private properties with other classes or functions declared in the same scope (analogous to "friend" classes in C++).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks
    Registered: Fri May 17 00:48:49 UTC 2024
    - Last Modified: Fri May 17 00:43:04 UTC 2024
    - 151.6K bytes
    - Viewed (0)
  10. cx - SVG: Scalable Vector Graphics | MDN

    The cx attribute define the x-axis coordinate of a center point.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cx
    Registered: Fri May 17 00:48:56 UTC 2024
    - Last Modified: Fri May 17 00:43:22 UTC 2024
    - 168.7K bytes
    - Viewed (0)
Back to top