No offence

  • Feathercrown@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    In the browser you cannot access stdout, but you can use console.log to write to the dev console which is basically the same thing.

    In Node, you can use process.stdout.

    Both are available from the top-level globalThis objects that are part of each platform’s respective default library.

    • monk@lemmy.unboiled.info
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      And in GJS? All other runtimes?

      In, say, C, such basic stuff is right there, in the standard.

      Javascript isn’t even standardized, some ECMAScript is, so I don’t even know what we’re talking about.