JavaScript 配列操作クイズ

00:00
1 / 10
1 第1問

const arr = [1, 2]; arr.push(3, 4); console.log(arr.length); このコードの出力は何ですか?