let inputWords = ["spray", "limit", "elite", "exuberant", "destruction", "present"]; const input = inputWords.filter(word => wordlength > 6); console.log(input);