const result = words.filter(word => word.length > 6);. 4. . 5. console.log(result);. 6. // expected output: Array ["exuberant", "destruction", "present"].
確定! 回上一頁