javascript find the longest word in a string

  function findLongestWordLength(str) {
    let words = str.split(' ');
    let maxLength = 0;
  
    for (let i = 0; i < words.length; i++) {
      if (words[i].length > maxLength) {
        maxLength = words[i].length;
      }
    }
    return maxLength;
  }
  
  
findLongestWordLength("The quick brown fox jumped over the lazy dog");

// 6

3.75
8
Calben 80 points

                                    function findLongestWordLength(str) {
  return Math.max(...str.split(' ').map(word =&gt; word.length));
}

3.75 (8 Votes)
0
3.75
4
Weidler 100 points

                                     function data(str){
           var show = str.split(&quot; &quot;);
            show.sort(function (a,b){
                return b.length - a.length; 
            })
            return show[0];
      }
      console.log(data(str = &quot;javascript is my favourite language &quot;));

3.75 (4 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to find the longest word in a string using javascript longest word made of other words js find longest word length in a string js function to find longest string in array javascript how to find a longest string value from an array in javascript how to find longest word in a string in js display longest word javascript how do i get longest word in javascript longest word in string javascript with algorithm find longest word in string js longest word withen the string javascript longest word javascript solution function that prints the longest word in array js javascript function return longest string javascript return longest string fuunction &quot;multiple strings&quot; javascript return longest word compare two strings javascript return longest word compare two string javascript return longest word comapre string javascriptreturn longest word find longest word multippe stringjavascript function longest string in javascript JS longest wordd JS longest string javascript find longest word in string longest substring javascript JS_Strings_Longest_Word javascript find longest word in sentence javascript find longest word javascript stack how can i find the longest word in js All Longest Strings javaScript all longest string javascript Write a JavaScript function that accepts a string as a parameter and get the longest word within the string. How to find the longest word in a String array javascript Return the length of the longest word in the provided sentence javascript Write a JavaScript function that accepts a string as a parameter and find the longest word within the string. javascript: find the longest word how to find the longest string in an array javascript javascript longest substring find longest string js function that returns longest string in javascript how to return the longest string in java script how to return the longest of two strings in javascript length of longest word js return longest string javascript Find longest word in input string js javascript longest word find longest word length in js how to find the longest word in a string extract that word in javascript how to find the longest word in a string extract that word inj avascript how to find the longest word in a string extract that word injavascript find a longest string in javascript how to find longest string in array javascript longest string find in js find the longest string in an array javascript longest word javascript gf return length of longest word in string javascript using javascript to find longest word javascript search longest word in array javascript search longest word in string Write a JavaScript function that accepts a string as a parameter and find the longest word within the string how to get a longest word on a string javascript how to get a longest word on an array javascript write function take aatay of string and return string have length equal to longest length in javascript takes a string of words and returns the longest word in that string javascript js method to finding longest word javascript find longest string in array find the longest word in a string in js javascript code to check longest word in array how to return longest word in a sentence javascript regex return longest substring javascript Creating a function that returns the longest word in a stentence javascript javascript find the longest word in a senctence or with numberds function that return longest word in string javascript javascript how to check for the longest word in an array return longest word in sentence for loop javascript find longest word in sentence for loop javascript longest word javascript function longest string substring js longest word javascript return word check the longest word length i javascript in a loop check the longest word length i javascript all longest strings js The Longest Substring JS problem longest substring in javascript longest word in js find the longest word java script JS code for finding longest word in string function that accepts a string and returns the longest word in the string javascript how to find the longest worrd in javscript The Longest Word JS js find the longest string in an array longest among the string using javascript return longest string in javascript given two strings return the longest of the string javascript how to find longest word in a string javascript how to find the longest word in javascript find longest string javascript string find longest string in array javascript string find longest sequence in a string in js how to find the longest word in an string javascript how to return longest word in string javascript js find longest word longest word in array javascript Javascript: find longest word in a tag js longest word how to find longest word from array javascript function longest word javascript method to find longest string javascript how to create a function that returns the longest word in a sentence javascript how to return the longest word in javascript how to determine the longest word in javascript finding longest word in javascript js find the longest word in a string find longest substring javascript find longest string javascript program to find longest word in javascript get the longest word in array javascript determine longest word javascript sentence output longest word javascript sentence how to find the longest word in an array javascript get longest word in string javascript how to find the longest word in a string javascrpit how to find and return the longest word in a string javascript how to find the longest word in a string and return it javascript how to find the longest word in a string longest word function js javascript return longest word in a string function .reduce return longest word in string javascript longest word js find the longest word in a string and return the word js find the longest word in a string not index js find the longest word in a string js find first occurence of longest word js get longest of three words js how to separate symbols from a string to retrieve longest word javascript how to return longest string in a sentence find longest word in string How to find the shortest word in a string JavaScript how to count and return the longest word in a string js how to count the longest word in a string js How to write a function that will find the longest word in a sentence using javascript check for longest word in string javascript js function returns longest string in a sentence with spaces, numbers symbols javascript return longest word in string reduce to longest word longestword(string) javscrpt how to return the longest word in a string javascript Finding longest name in array javascrpt bangla find the Longest Word in a String in JavaScript without split text ind the Longest Word in a String in JavaScript find the longest word in a javascript string proble solving finding longer name from array javascript find the longest word in an array javascript with simple javascript how to check the largest text in a string javascript Find The Largest Word And Smallest Word In A Given String javascript finding the longest word in a string javascript findout biggest word of array in js find largerst word from array by using MegaFrind function find larger word in js find longest word in a sentence javascript javascript remove the longest word in a string find longest substring js javascript LongestWor Returns the longest word in the array find the longest word in an array javascript return longest word in string how to find the longest word js should return the longest of the two input strings javascript find shortest word in string javascript how to find the longest word in a string javascript find the longest word in a string spearted by comma with indexOf() find the longest word in a string with indexOf() sort string by the longest word longest palindromic substring javascript second longest word in array javascript using regex to find the longest word in a string in javascript find and return the longest word in a string all longest string js 2- Write a JavaScript code that accepts a string as a parameter and find the longest word within the string js return longest word in array js return biggest word lenght function javascript function longest word get longest string in array js Create a function longestWord that takes in a sentence and returns the longest word in it javascript Find the Longest Word in a String in javascript longest word javascript regex mdn longest word function in javascript longest word javascript javascript array iteration filter longest word from sentence javascript array iteration filter longest word from sentance how to find a word in a long string javascript find longest word in a string javascript javascript find longest word how to find the longest word in a string find all longest words in an array javascript longest word in a string js longest word in a string javascript choose the longest word in a string javascript get longest string in array find longest even string in array javascript longest word in phrase js best way to find the longest word in an array with javascript get longest word in an array of strings using reduce get lowngest word in an array of strings how to frind a word in long string in js javascript program to identify the logest word in the sentence make long word into ... in javascript js find longest word in string how to print longest number in javascript check which word is the longest javascript find longest word in a string return longest string js javascript program to check longest word in a string how to find longest string javascript find longest word in array javascript javascript: how to find a longest world in a string a return the length of that word? FIND THE LONGEST WORD PROGRAM IN JAVASCRIPT how to find the longest word from the given string in javascript js print out longest word in a string js find longest vword how to find longest word in the string find longest word javascript small word contain in a large word in js longest word in a string javascript longest word with reduce method in javascript return longest word javascript filter method filter longest word Write a JavaScript program to input a string and find the longest word within the string. finding longest word in a string javascript javascript how to find the longest word in a list function to find the longest word in a given string javascript javascript longest word in string and return first is two are equal javascript longest word in string javascript longest word in string destructuring javascript longest word in string destructioning how to return word using its length in javascript how to find the longest word in a string js determine if wors are longer javascript find the longest word in sentence javascript longest string javascript highlight longest word in paragraph js find longest word in array javascript with map function js how to check which word is bigger find longest word length js how to find longest word in a string longest of 2 str js function to print biggest string of elements in array javascript longest word in sentence javascript how to find the longest word in a string sentence javascript how to find the longest wod in a string find the longest word in string javascript using[] to output a word in a string javascript return largest word in a string Basic Algorithm Scripting: Find the Longest Word in a String how to find longest word in a string in javascript find the longest word in a string javascript longest word in string javascript js find longest word in string function js longest word in a string Print the longest word in the sentence from input javascript Print the longest word in the sentence. javascript find longest word in javascript longest word in a string javascript longest word in a sentence javascript longest word in javascript return the longest word in a string javascript longest word in string js Find the Longest Word in a String finding the longestt word in a string and returning the value find longest word in string javascript how to check longest word in a string function find Longest Word() that takes an array of words and returns the length of the longest one JS function findLongestWord() that takes an array of words and returns the length of the longest one find the bigger word in a string javascript javascript find the longest word in a string
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source