//Name of the file : array-shift.js arr = ['b','a','e','i','o','u']; console.log(arr); arr.shift(); console.log(arr);. Run. Now run the snippet using the ...
確定! 回上一頁