We can also explicitly check if the array is empty or not. if (arr.length === 0) { console.log("Array is empty!") } If our array is empty ...
確定! 回上一頁