Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
In JavaScript .... That's impossible.
You sure your aren't changing the vars somewhere.... Before the check 😅 -
@linuxer4fun little drunk at the moment... I'm sure I'll understand more when I'm sober 😂
-
@linuxer4fun
"any language that does this is garbage" === "I do not like to have to _think_ when programming" -
tytho23168y@Player2
== is to !=
as
=== is to !==
There is no !===
It's about the number of characters in the comparison operator, not the number of equal signs.
Also, what's an example value set for this case? -
Player221328y@tytho welp that's my problem then. There is no !==== so of course it can't be !====
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
A===B
B===C
A!===C for some reason.
Ughhh, am I just being dumb?
undefined
help
wtf