单项选择题

const obj = null;alert(typeof(obj))的运行结果是()

A.undefined
B.null
C.object
D.""