Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 3,168 for host:developer.mozilla.org (0.02 sec)

  1. Memory management - JavaScript | MDN

    Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automaticity is a potential source of confusion: it can give developers the false impression that they don't need to worry about memory management.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Memory_management
    Registered: Mon Oct 06 00:49:48 UTC 2025
    - Last Modified: Sun Oct 05 01:09:03 UTC 2025
    - 196.4K bytes
    - Viewed (0)
  2. Boolean - JavaScript | MDN

    Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    Registered: Mon Oct 06 00:49:54 UTC 2025
    - Last Modified: Sun Oct 05 01:09:07 UTC 2025
    - 151.2K bytes
    - Viewed (0)
  3. switch - JavaScript | MDN

    The switch statement evaluates an expression, matching the expression's value against a series of case clauses, and executes statements after the first case clause with a matching value, until a break statement is encountered. The default clause of a switch statement will be jumped to if no case matches the expression's value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch
    Registered: Mon Oct 06 00:50:32 UTC 2025
    - Last Modified: Sun Oct 05 01:09:21 UTC 2025
    - 194K bytes
    - Viewed (0)
  4. <mask> - SVG | MDN

    The <mask> SVG element defines a mask for compositing the current object into the background. A mask is used/referenced using the mask property and CSS mask-image property.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/mask
    Registered: Mon Oct 06 00:50:40 UTC 2025
    - Last Modified: Sun Oct 05 01:09:28 UTC 2025
    - 168K bytes
    - Viewed (0)
  5. fill - SVG | MDN

    The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fill
    Registered: Mon Oct 06 00:51:47 UTC 2025
    - Last Modified: Sun Oct 05 01:09:25 UTC 2025
    - 187.3K bytes
    - Viewed (0)
  6. SyntaxError: invalid property name in regular e...

    The JavaScript exception "invalid property name in regular expression" or "invalid class property name in regular expression" occurs when the \p and \P Unicode character class escapes are not followed by a valid Unicode property name and/or value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_property_name
    Registered: Mon Oct 06 00:52:00 UTC 2025
    - Last Modified: Sun Oct 05 01:09:05 UTC 2025
    - 173.3K bytes
    - Viewed (0)
  7. intercept - SVG | MDN

    The intercept attribute defines the intercept of the linear function of color component transfers when the type attribute is set to linear.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/intercept
    Registered: Mon Oct 06 00:51:30 UTC 2025
    - Last Modified: Sun Oct 05 01:09:25 UTC 2025
    - 161.6K bytes
    - Viewed (0)
  8. encodeURIComponent() - JavaScript | MDN

    The encodeURIComponent() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURI(), this function encodes more characters, including those that are part of the URI syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
    Registered: Mon Oct 06 00:50:20 UTC 2025
    - Last Modified: Sun Oct 05 01:09:08 UTC 2025
    - 187.6K bytes
    - Viewed (0)
  9. <animate> - SVG | MDN

    The <animate> SVG element provides a way to animate an attribute of an element over time.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/animate
    Registered: Mon Oct 06 00:50:28 UTC 2025
    - Last Modified: Sun Oct 05 01:09:27 UTC 2025
    - 164.7K bytes
    - Viewed (0)
  10. async function* expression - JavaScript | MDN

    The async function* keywords can be used to define an async generator function inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/async_function*
    Registered: Mon Oct 06 00:50:47 UTC 2025
    - Last Modified: Sun Oct 05 01:09:19 UTC 2025
    - 181.5K bytes
    - Viewed (0)
Back to top