FrontendInterviews.dev

611. typeof null Quirk

Easy•

Predict the output.

console.log(typeof null)

What is the correct output/behavior?

Select an option and submit your answer.
Next Problem