Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 457 Bytes

File metadata and controls

28 lines (17 loc) · 457 Bytes

Acronym

Convert a phrase to its acronym.

Techies love their TLA (Three Letter Acronyms)!

Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).

Requirements

Install assignment dependencies:

$ yarn

Making the test suite pass

Execute the tests with:

$ yarn test

Source

Julien Vanier https://github.com/monkbroc