Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 1,627 for host:developer.mozilla.org (0.07 seconds)

  1. String.prototype.blink() - JavaScript | MDN

    The blink() method of String values creates a string that embeds this string in a <blink> element (<blink>str</blink>), which used to cause a string to blink in old browsers.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/blink
    Mon Mar 23 01:15:34 GMT 2026
      16.3K bytes
  2. String.prototype.valueOf() - JavaScript | MDN

    The valueOf() method of String values returns this string value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/valueOf
    Mon Mar 23 01:15:35 GMT 2026
      16.5K bytes
  3. String.prototype.fontsize() - JavaScript | MDN

    The fontsize() method of String values creates a string that embeds this string in a <font> element (<font size="...">str</font>), which causes this string to be displayed in the specified font size.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fontsize
    Mon Mar 23 01:15:34 GMT 2026
      16.8K bytes
  4. String.raw() - JavaScript | MDN

    The String.raw() static method is a tag function of template literals. This is similar to the r prefix in Python, or the @ prefix in C# for string literals. It's used to get the raw string form of template literals โ€” that is, substitutions (e.g., ${foo}) are processed, but escape sequences (e.g., \n) are not.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw
    Mon Mar 23 01:15:34 GMT 2026
      19.5K bytes
  5. String.prototype.toString() - JavaScript | MDN

    The toString() method of String values returns this string value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toString
    Mon Mar 23 01:15:35 GMT 2026
      16.9K bytes
  6. String.prototype.anchor() - JavaScript | MDN

    The anchor() method of String values creates a string that embeds this string in an <a> element with a name (<a name="...">str</a>).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/anchor
    Mon Mar 23 01:15:34 GMT 2026
      16.5K bytes
  7. String.prototype.big() - JavaScript | MDN

    The big() method of String values creates a string that embeds this string in a <big> element (<big>str</big>), which causes this string to be displayed in a big font.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/big
    Mon Mar 23 01:15:34 GMT 2026
      16.4K bytes
  8. handler.preventExtensions() - JavaScript | MDN

    The handler.preventExtensions() method is a trap for the [[PreventExtensions]] object internal method, which is used by operations such as Object.preventExtensions().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/preventExten...
    Mon Mar 23 01:15:34 GMT 2026
      16.7K bytes
  9. handler.setPrototypeOf() - JavaScript | MDN

    The handler.setPrototypeOf() method is a trap for the [[SetPrototypeOf]] object internal method, which is used by operations such as Object.setPrototypeOf().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/setPrototypeOf
    Mon Mar 23 01:15:34 GMT 2026
      17.2K bytes
  10. Uint16Array() constructor - JavaScript | MDN

    The Uint16Array() constructor creates Uint16Array objects. The contents are initialized to 0 unless initialization data is explicitly provided.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array/Uint16Array
    Mon Mar 23 01:15:37 GMT 2026
      16.7K bytes
Back to Top