- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
You must log in or register to comment.
Definitionally in IEEE floating point, NaN is not equal to anything, including itself. The only real abomination here is B:
> Math.min() Infinity > Math.max() -Infinity >
Removed by mod
I love javascript. It’s so insane in such fun ways to prevent itself from throwing errors. It’s got like a naive cute charm to it ya know?
thats how we often do it in math. The minimum over the empty set is ∞
I’m guessing C
yup
deleted by creator
deleted by creator
It can’t be anything other than B, right?
it’s not B
A && B && C && D
Moot! Those ALL fail code review!
is D two single quotes, or one double quote?
I’m guessing single quotes, since a single double quote isn’t valid syntax.
Yeah, not even JavaScript is that insane!