2/21/2017
•
EN
"What's the typeof null?", and other confusing JavaScript Types
Explains the JavaScript typeof operator, focusing on confusing results like typeof null returning 'object' and typeof NaN returning 'number'.