JavaScript Quirks, Vol. 1: The typeof operator
JavaScript is a language full of wonderful quirks. In this post, I want to explore a few quirks about the typeof operator.
The typeof operator
As a reminder, JavaScript has eight types:
Undefined
Null
Boolean
String
Number
BigInt
Symbol
Object
Java...
zachsnoek.hashnode.dev3 min read