programming web development
Medium
Estimated time: 15 minutes
What is the output of `console.log(typeof null)`?

Hint:
Think about JavaScript's primitive types and their behavior with the typeof operator.

Think about JavaScript's primitive types and their behavior with the typeof operator.