find length of longest string in array javascript
By Brandon Friesen at Jul 31 2020
check if array does not contain string js
By Lorena Gleichner at Jun 06 2020
Create a 'uniqueWords' function that accepts a string 'str' and returns an array of all the unique words in that string.
By Theodore Kling at Jan 25 2021
Convert a string to numbers in an array and define by even and odd values
By Bruce Moen at Mar 15 2021
Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. javascript
By Nicole Tremblay at Nov 08 2019
How do I search an array of objects for any matches containing a string case insensitive?
By Disgusted Dogfish at May 10 2021
Write a function that accepts an array of 10 integers (between 0 and 9), that returns a string of those numbers in the form of a phone number.
By Hilda O'Hara at Sep 28 2020