• TORFdot0@lemmy.world
      link
      fedilink
      arrow-up
      23
      ·
      edit-2
      1 year ago

      JavaScript burned our crops, poisoned our water supply, and delivered a plague unto our houses

    • joel_anderson@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      1 year ago

      It’s missing a lot of things that people really care about (with good reason) like static typing. But I think a lot of dislike also comes from it being more of a functional programming language and not object oriented. I like it because it’s like scheme or lisp but with a C like syntax that I find easier to read. I also like that I can do dynamic stuff with websites. In some ways it’s the perfect scripting language for the web. Just as messy and unpredictable as html.

      • DarkenLM@kbin.social
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        There are “classes” (syntatic sugar over prototyping) that allow OOP in JS, so I don’t think why people would dislike it for the lack of OOP, unless they’re using ES5.