Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise

by Maggie Serino

Given an array of strings, returns the words with the same letters.
Example:

const strings = ['dog', 'god', 'letter', 'alphabet'];

returns dog,god

If there aren't any words with the same letters, returns empty.

How to run

npm install
npm start (defaults with a hardcoded array)

How to test

npm test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages