Answer:
function findLongestWord(str) {
var longestWord = str.split(' ').sort(function(a, b) { return b.length - a.length; });
return longestWord[0].length;
}
findLongestWord(InputHere);
Explanation:
Replace InputHere with the input
This is the answer hope it helps :D
Network issues; screen resolution and volume issues
Answer:
Ctrl+Q is used to remove a paragraph's formatting
Explanation:
Hope that's the answer you're looking for!