Prevent users submitting contact form if less than 2 words are entered (JavaScript)
By Milton Heaney at Feb 19 2022
Python program that takes a text file as input and returns the number of words of a given text file
By Grace Turcotte at Dec 02 2020
create a function in python that takes a string and checks to see if it contains the following words or phrases:
By Allen Grant at Dec 05 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
Fill in the gaps in the initials function so that it returns the initials of the words contained in the phrase received, in upper case.
By Ernestine Farrell at May 04 2020
Write a program to convert a number entered by the user into its corresponding number in words. For example, if the number is 876, then the output should be ‘Eight Seven Six’
By Lillie Lockman at May 23 2021
write a bash script that accepts a text file as argument and calculates number of occurrences of each words in it and return them as key value pairs
By Anita Bailey at Mar 28 2020