this post was submitted on 14 Aug 2025
119 points (96.9% liked)
Programmer Humor
38282 readers
121 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How many "equal" symbols do we need to be absolutely sure?
It's JS, so about 5, I think.
Edit: Looks like TypeScript, but the same applies.
the fun/horrible thing about typescript is you can just start doing js stuff
as any
time you like...