Sha256: 1d88d9626b80aa113f0fa065eaca8691e1ce5143d13c28678d1b2900671fabea
Contents?: true
Size: 658 Bytes
Versions: 81
Compression:
Stored size: 658 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 ``` ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
81 entries across 81 versions & 1 rubygems