多项选择题

以下表达式判断返回结果是true的选项是()

A.undefined ==null
B.isNaN("100")
C.parseInt("1a")===1
D.[]instanceof Array