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