

4·
1 day agoYou could record it and set it as your voicemail message, and just tell your contacts that it’s legit.
You could record it and set it as your voicemail message, and just tell your contacts that it’s legit.
Do it, wus, you know you want to. Forget the tests, they always fail anyway.
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”.
+
is overloaded for string concatenation, but -
isn’t so the interpreter coerces the “11” into a number first.
Pouring one out for you now as a way of securing good karma