GAGolden Azubuikeinanythingweb.hashnode.dev·Aug 11, 2021 · 1 min readAlgorithm with JSfindTheLongestWord("the quick brown fox jumped over a lazy dog"); should return 6 because the longest word is jumped. Approach: initialize two variables, counter for sentence count and longestWord for the longest word count Loop through the sente...00
GAGolden Azubuikeinanythingweb.hashnode.dev·Apr 15, 2021 · 2 min readJavascript-As-A-LanguageProblem-solving is man's quest that has led to the development of newer technologies and improvement of existing ones. In the joy of learning and trying out new technologies, we sometimes forget the main focus of problem-solving. As a point to note a...00