Which of the following equality(s) returnstrue?
true
0.1 + 0.2 === 0.3
('foo' + + 'bar') === 'foobar'
typeof NaN === 'number'
['a'] == ['a']