Which statement about `const` is correct?const arr = [1, 2, 3]; arr.push(4); console.log(arr.length);