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
Answer:
Each variable has a name, a value, and a type. The value might change over time, and that's why its “variable.” Many variables store numbers and strings, like the ones above. Variables can also store other types of data, like lists, dictionaries, and Boolean values
Explanation:
Answer:
False
Explanation:
No app icon on app's action bar will move the device to its home screen.It is not a valid statement.
Idk... just dont trust those pop-ups unless your device is acting weird.
Answer:
you can go to settings and try to fix it or contact the people of this website
Explanation: