Which statement will retrun True in JavaScript?


    (typeof null === typeof Null)


    (typeof null == typeof Null)


    (null === undefined)


    (typeof 'null' == typeof 'Null')