-
typeof “null” in JavaScript is _______.
-
- undefined
- object
- string
- number
- None of these
Correct Option: B
typeof “null” in JavaScript is an object. Basically null indicates nothing like it is a thing that does not exist. It is like a bug in JavaScript that its typeof comes to be an object. For emptying an object we can set it to null.