Câu hỏiKết quả là gì? var arr = []; arr[0] = 'a'; arr[1] = 'b'; arr.foo = 'c'; console.log(arr.length); 123undefinedTrả lời