Easy

Why does typeof null return 'object' but null instanceof Object is false in JavaScript?

What will be logged, and why?

Choose an option below