Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: typeofnull
Why typeof(null) is “object”? – Developers Feed

Why typeof(null) is “object”? Context👀 If you are a developer dealing with `JavaScript` on a daily basis then it is very likely to assume that you have at least heard about the typeof operator. As we know the syntax of the `typeof` operator is followed by it’s `operand` which is an expression representing the `object`…