Sha256: 77b3936a65a10d93b3b145d836253bddea006f8dcdf295ea9026e99ae1109f30
Contents?: true
Size: 745 Bytes
Versions: 71
Compression:
Stored size: 745 Bytes
Contents
# 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). ## Setup Go through the setup instructions for TypeScript to install the necessary dependencies: http://exercism.io/languages/typescript ## Requirements Install assignment dependencies: ```bash $ yarn install ``` ## Making the test suite pass Execute the tests with: ```bash $ yarn test ``` ## Source Julien Vanier [https://github.com/monkbroc](https://github.com/monkbroc) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
71 entries across 71 versions & 1 rubygems