簡單的事情做eloquentJS練習。切片不函數參數返回從陣列右輸出切片dosent工作在功能js
console.log(swapArray([1, 2, 3, 4, 5, 6, 7]));
function swapArray(insertTab) {
console.log([0, 1, 2, 3, 4].slice(2, 4)); // this work fine
insertTab.slice(2, 4); // this does nothing
return insertTab;
}
'insertTab的= insertTab.slice(2,4)的一部分;' –
感謝的人!太客氣了。覺得現在很愚蠢-_- –