Empty slots are moved to the end of the array. js. Copy to Clipboard console.log(["a", "c", , "b"].sort()); // ['a', 'b', 'c', empty] console.
確定! 回上一頁