DEV Community

Discussion on: Javascript Symbols + Classes = 💖

Collapse
 
lioness100 profile image
Lioness100

[object Boolean] could be found if you were to do something like Object.prototype.toString.call(true)

Obviously this is improbable to be used nowadays, but if you're dealing with a really old library or something you might come across it.