JS Fundamentals #5 — 🧐 JavaScript typeof Operator
Ever wanted to know what kind of value a variable holds in JavaScript?
That’s where the typeof operator comes in. It tells you the type of any value or variable.
But... sometimes it lies. 😅Let’s break it all down: what typeof gives you, what’s true,...
pushpesh-js-articles.hashnode.dev3 min read