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
-
> 'this' instanceof String
false
> typeof 'this'
'string'
> typeof String('this')
'string'
> String('this') === 'this'
true
Whoever made JavaScript should be beaten, savagely -
crisz82365y@jimbobbles instanceof and typeof are two different concepts, otherwise they didn't deserve two different operators lol
-
@crisz Fair enough. I doff my cap to you sir!
I just like poking fun at JavaScript because I don't have to use it :p Here's another one:
> Math.max()>Math.min()
false
> Math.max()<Math.min()
true
Related Rants
True story. 😂
joke/meme
meme
anger
javascript
this
table
joke
rant