

Literally just murder
Post hog
Literally just murder
1,000,000 points to america for saving us from iran
Extremely on-brand for the occupying entity
And probably better for the environment, unless it was full of fuel already
Don’t come to my work
On the ai line, the purple cars are the part a human had to clean up and correct
<esc>:q!
Pouring one out for you now as a way of securing good karma
Do it, wus, you know you want to. Forget the tests, they always fail anyway.
Doors with too many doorknobs (none of which work to open the door)
Yep, I believe you’re right
‘a’ + +
This part is the same as writing 'a'++
and that returns “NaN” (short for “not a number”) since you can’t increment a character, but this return type is a string, so the interpreter just concatenates it with the other letters: baNaNa
. Then that string is converted to lower case to give the final result, “banana”.
Precisely. This exact situation from the comic would happen in Java, too, except it complains when you subtract an int from a string. JavaScript was merely designed to minimize errors (since a web browser takes the place of the compiler, and random strangers visiting your site shouldn’t get interpretation errors) so instead of throwing up it just does its best at interpreting what you meant.
Put a garage on the roof pointing sideways
+
is overloaded for string concatenation, but -
isn’t so the interpreter coerces the “11” into a number first.
Vanilla Debian would probably suit a Fedora user better
I fucking miss 2000s linux magazines
✊ based
Except he hasn’t
Reminds me of the comic where some guy made a script for ordering Indian food automatically, but he kept just getting orders of naan bread no matter what he ordered, until he finally found the NaN in the script.