B Zbzzz.hashnode.devยทAug 10, 2022Null vs Undefined vs 0null The value null represents the intentional absence of any object value. It is one of JavaScript's primitive values and is treated as falsy for boolean operations. null == undefined // true null === undefined // false null == 0 // false null == tr...JavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.