Thirty years later, JavaScript is the glue that holds the interactive web together, warts and all.

  • hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    7 个月前

    Yeah, but only kind of. It depends if you’re using the new syntax. Within new language constructs (like classes and modules), code runs in strict mode without having to use "use strict". It gets rid of some of the annoying quirks.