Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 3,910 for host:developer.mozilla.org (0.11 sec)

  1. JavaScript modules - JavaScript | MDN

    This guide gives you all you need to get started with JavaScript module syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
    Registered: Wed Apr 16 00:35:20 UTC 2025
    - Last Modified: Tue Apr 15 00:50:48 UTC 2025
    - 279.1K bytes
    - Viewed (0)
  2. Grammar and types - JavaScript | MDN

    This chapter discusses JavaScript's basic grammar, variable declarations, data types and literals.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types
    Registered: Wed Apr 16 00:36:42 UTC 2025
    - Last Modified: Tue Apr 15 00:50:48 UTC 2025
    - 227.5K bytes
    - Viewed (0)
  3. Introduction - SVG: Scalable Vector Graphics | MDN

    SVG is an XML language, similar to XHTML, which can be used to draw vector graphics, such as the one shown below. It can be used to create an image either by specifying all the lines and shapes necessary, by modifying already existing raster images, or by a combination of both. The image and its components can also be transformed, composited together, or filtered to change their appearance completely.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Introduction Similar Results (1)
    Registered: Wed Apr 16 00:36:50 UTC 2025
    - Last Modified: Tue Apr 15 00:51:20 UTC 2025
    - 142.4K bytes
    - Viewed (0)
  4. Meta programming - JavaScript | MDN

    The Proxy and Reflect objects allow you to intercept and define custom behavior for fundamental language operations (e.g., property lookup, assignment, enumeration, function invocation, etc.). With the help of these two objects you are able to program at the meta level of JavaScript.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Meta_programming
    Registered: Wed Apr 16 00:37:32 UTC 2025
    - Last Modified: Tue Apr 15 00:50:48 UTC 2025
    - 165.9K bytes
    - Viewed (0)
  5. Using fonts in SVG - SVG: Scalable Vector Graph...

    SVG supports multiple ways to specify fonts for <text> elements. The recommended modern approach is to use CSS, in much the same way as you would style fonts in HTML.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Using_fonts Similar Results (1)
    Registered: Wed Apr 16 00:37:28 UTC 2025
    - Last Modified: Tue Apr 15 00:51:20 UTC 2025
    - 138.9K bytes
    - Viewed (0)
  6. Bitwise AND (&) - JavaScript | MDN

    The bitwise AND (&) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of both operands are 1.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_AND
    Registered: Wed Apr 16 00:40:37 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 146.3K bytes
    - Viewed (0)
  7. <missing-glyph> - SVG: Scalable Vector Graphics...

    The <missing-glyph> SVG element's content is rendered, if for a given character the font doesn't define an appropriate <glyph>.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/missing-glyph
    Registered: Wed Apr 16 00:40:41 UTC 2025
    - Last Modified: Tue Apr 15 00:51:19 UTC 2025
    - 138.1K 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: Wed Apr 16 00:40:41 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 144.6K bytes
    - Viewed (0)
  9. TypedArray - JavaScript | MDN

    A TypedArray object describes an array-like view of an underlying binary data buffer. There is no global property named TypedArray, nor is there a directly visible TypedArray constructor. Instead, there are a number of different global properties, whose values are typed array constructors for specific element types, listed below. On the following pages you will find common properties and methods that can be used with any typed array containing elements of any type.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
    Registered: Wed Apr 16 00:40:46 UTC 2025
    - Last Modified: Tue Apr 15 00:51:06 UTC 2025
    - 155.9K bytes
    - Viewed (0)
  10. <pattern> - SVG: Scalable Vector Graphics | MDN

    The <pattern> SVG element defines a graphics object which can be redrawn at repeated x- and y-coordinate intervals ("tiled") to cover an area.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/pattern
    Registered: Wed Apr 16 00:41:02 UTC 2025
    - Last Modified: Tue Apr 15 00:51:19 UTC 2025
    - 148.9K bytes
    - Viewed (0)
Back to top