pop() is an inbuilt method of array. This method removes the last element of an array and returns that element. For example: let givenArray = ...
確定! 回上一頁