#1024一起掘金# 以下输出什么?
const array = new Array(3).fill([])
array[0].push("bytes")
console.log(array)
6