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
Datasheet
<span>The datasheet view in access looks similar to an excel spreadsheet.</span>
CTRL+P. It's usually pressed when you want to print something.
Answer:
it can be hacked
Explanation:
there is always a chance for computer data to be hacked