Md command, (make directory) creates a directory. It's a subdirectory when you md under a directory.
It allows for more accurate sizing of networks.
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
You could Factory Reset a computer or you could smash it with a hammer