this post was submitted on 03 Oct 2025
545 points (98.7% liked)

Programmer Humor

26722 readers
53 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TheRedSpade@lemmy.world 5 points 2 days ago (1 children)

I am old. I am still not over JavaScript existing outside of a browser.

I'm in my mid thirties and didn't know this was a thing until now.

[โ€“] vithigar@lemmy.ca 15 points 2 days ago* (last edited 2 days ago)

Even if you don't count desktop applications like VSCode or Discord or whatever that are written in primarily JavaScript due to those arguably just being packed inside their own little browser engine that they ship with, still yes.

Node.js is an extremely widely used JavaScript runtime environment that people are using to write server back ends and command line utilities and god knows what else in JavaScript.