Qual é a
saída
do seguinte código JavaScript?
console.log([] + []);
(A) []
(B) "" (string vazia)
(C) undefined
(D) [object Object]