JavaScript 配列操作クイズ 初級編

00:00
1 / 10
1 第1問

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