질문: foo.length의 값은 무엇인가요?var foo = [];
foo.push(1);
foo.push(2);