Example 1: filter javascript array var words = ['spray', 'limit', 'elite', 'exuberant', 'destruction', 'present']; const result = words.filter(word ...
確定! 回上一頁