Skip to content

Write a program that given a phrase can count the occurrences of each word in that phrase.

Notifications You must be signed in to change notification settings

simplonco/js-word-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For example for the input "olly olly in come free"

olly: 2
in: 1
come: 1
free: 1

About

Write a program that given a phrase can count the occurrences of each word in that phrase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published