words

0

Prevent users submitting contact form if less than 2 words are entered (JavaScript)

By Double Wooden Hammer Milton Heaney at Feb 18 2022

0

create a function in python that takes a string and checks to see if it contains the following words or phrases:

By Beginner Allen Grant at Dec 05 2020

0

Create a 'uniqueWords' function that accepts a string 'str' and returns an array of all the unique words in that string.

By Beginner Theodore Kling at Jan 25 2021

0

Python program that takes a text file as input and returns the number of words of a given text file

By Double Wooden Hammer Grace Turcotte at Dec 02 2020

0

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 Wooden Hammer Ernestine Farrell at May 04 2020

0

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 Beginner Lillie Lockman at May 23 2021

0

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 Wooden Hammer Anita Bailey at Mar 28 2020


Related code examples


Code examples by languages