Using console.log on an array with over 100 elements results in the following output // file.js const arr = Array(500).fill('item'); console.log(arr) node ...
確定! 回上一頁