Biblically accurate programming language.
Programmer Humor
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.
And in the case of 2024 year old baby Jesus, the Holy Spirit is......... NOT the Father!
Transitive Property: Am I a joke to you?
==
Well there's your problem, you're using an operator that shouldn't exist. Triple equals all the things and if you want to coerce types write it out explicitly.
While you are basically right, the problem is that there is an operator that should not exist. Though that is not the biggest problem of JavaScript.
~~Surprise~~ Type coercion is our greatest weapon!
What about the ~~limitless coffers of Rome~~ implicit global scope?
Well then, ~~surprise~~ type coercion and ~~the limitless coffers of Rome~~ implicit global scope are our greatest weapons.
== is acceptable for null checks. And basically nothing else.
It should probably be replaced with a more bespoke operator for that, like x isempty
or something.
The ??
operator?
["a"] + ["b"] = "ab"
Goodnight, everyone.