Skip to main content
Learn tech skills with top-tier courses for programming fundamentals and interview prep.
Try Educative
Interview Handbook
Get Started
Table of Contents
Disciplines
Backend
Machine Learning
Web/Frontend
Mobile
Data Science
Data Engineering
Product Management
Fundamentals
Quiz
Educative.io
HackTheRounds
Search
Question 1 of 20
What is the output of: console.log(typeof null)?
JavaScript
A
'null'
B
'undefined'
C
'NaN'
D
'object'
Check Answer