Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 3,910 for host:developer.mozilla.org (0.03 sec)

  1. Date() constructor - JavaScript | MDN

    The Date() constructor creates Date objects. When called as a function, it returns a string representing the current time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date
    Registered: Wed Apr 16 01:26:00 UTC 2025
    - Last Modified: Tue Apr 15 00:50:53 UTC 2025
    - 97.6K bytes
    - Viewed (0)
  2. Reflect.getPrototypeOf() - JavaScript | MDN

    The Reflect.getPrototypeOf() static method is like Object.getPrototypeOf(). It returns the prototype of the specified object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/getPrototypeOf
    Registered: Wed Apr 16 01:32:12 UTC 2025
    - Last Modified: Tue Apr 15 00:50:59 UTC 2025
    - 59.7K bytes
    - Viewed (0)
  3. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/guide/meta_programming/index.md # Original Wiki contributors Zearin_Galaurum olexp chrisdavid...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Meta_programming/contributors.txt
    Registered: Wed Apr 16 01:32:24 UTC 2025
    - Last Modified: Fri Apr 14 01:36:36 UTC 2023
    - 312 bytes
    - Viewed (0)
  4. y2 - SVG: Scalable Vector Graphics | MDN

    The y2 attribute is used to specify the second y-coordinate for drawing an SVG element that requires more than one coordinate. Elements that only need one coordinate use the y attribute instead.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/y2
    Registered: Wed Apr 16 01:05:32 UTC 2025
    - Last Modified: Wed Apr 16 00:47:29 UTC 2025
    - 139.5K bytes
    - Viewed (0)
  5. 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/Classes
    Registered: Wed Apr 16 01:03:53 UTC 2025
    - Last Modified: Tue Apr 15 00:50:48 UTC 2025
    - 173K bytes
    - Viewed (0)
  6. SyntaxError: illegal character - JavaScript | MDN

    The JavaScript exception "illegal character" occurs when the lexer reads a character that's not part of a string literal, and the character cannot constitute a valid token in the language.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Illegal_character
    Registered: Wed Apr 16 01:03:56 UTC 2025
    - Last Modified: Tue Apr 15 00:50:49 UTC 2025
    - 143.4K bytes
    - Viewed (0)
  7. Warning: unreachable code after return statemen...

    The JavaScript warning "unreachable code after return statement" occurs when using an expression after a return statement, or when using a semicolon-less return statement but including an expression directly after.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Stmt_after_return
    Registered: Wed Apr 16 01:05:50 UTC 2025
    - Last Modified: Tue Apr 15 00:50:50 UTC 2025
    - 141.3K bytes
    - Viewed (0)
  8. v-mathematical - SVG: Scalable Vector Graphics ...

    The v-mathematical attribute indicates the alignment coordinate for glyphs to achieve mathematical baseline alignment for vertically oriented glyph layouts. The value is an offset in the font coordinate system relative to the glyph-specific vert-origin-x attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/v-mathematical Similar Results (3)
    Registered: Wed Apr 16 01:05:51 UTC 2025
    - Last Modified: Tue Apr 15 00:51:18 UTC 2025
    - 130.7K bytes
    - Viewed (0)
  9. SyntaxError: "0"-prefixed octal literals are de...

    The JavaScript strict mode-only exception "0-prefixed octal literals are deprecated; use the "0o" prefix instead" occurs when deprecated octal literals (0 followed by digits) are used.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_octal_literal
    Registered: Wed Apr 16 01:01:51 UTC 2025
    - Last Modified: Tue Apr 15 00:50:49 UTC 2025
    - 140.6K bytes
    - Viewed (0)
  10. SVG attribute: crossorigin - SVG: Scalable Vect...

    The crossorigin attribute, valid on the <image> and <feImage> elements, provides support for configuration of the Cross-Origin Resource Sharing (CORS) requests for the element's fetched data.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/crossorigin
    Registered: Wed Apr 16 01:03:47 UTC 2025
    - Last Modified: Tue Apr 15 00:51:15 UTC 2025
    - 131K bytes
    - Viewed (0)
Back to top