Which statement will retrun True in JavaScript?


    (typeof null === typeof Null)


    (typeof null == typeof Null)


    (null === undefined)


    (typeof NuLL === typeof undefined)