Is JavaScript Null actually a Object ?
As a beginner learning JavaScript, you may have come across some odd behaviors that seem confusing at first. One of these is when you check the type of null using the typeof operator, it returns "object" instead of something like "null".
typeof null;...
mohitdotexe.hashnode.dev3 min read