Prince Patelprincewrite.hashnode.devยทAug 6, 2024Understanding Null in JavaScript: A Primitive or an Object?JavaScript is full of quirks, and one of the most puzzling is the treatment of null. While the official ECMAScript specification defines null as a primitive value, using the typeof operator reveals a surprising result: it returns "object". This appar...1 likeJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.