Given a JavaScript array, how do you get just the first X items of it? Use the built-in slice() method that comes with each array instance:
確定! 回上一頁