• jol@discuss.tchncs.de
    link
    fedilink
    arrow-up
    7
    ·
    9 hours ago

    An text file with a <script> block and nothing else, containing a console log, is all you need. You already have all the boilerplate to run it in any computer. No extra dependencies, no installing anything. Literally just a notes editor app. This is a valid HTML file:

    <script>
    console.log("Hello World")
    </script>
    
    • Lysergid@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      I think you forgot to pollyfill your console.log and now you have some error in some script in some callback