Important : This returns the last element and removes it from the array ... export function last(array) { return array[array.length - 1]; }.
確定! 回上一頁