Skip to content

mserino/node-strings-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published