Frédéric G. MARAND f58ff29341 07: Acronym. 2 months ago
..
.exercism f58ff29341 07: Acronym. 2 months ago
.yarn f58ff29341 07: Acronym. 2 months ago
.eslintignore f58ff29341 07: Acronym. 2 months ago
.eslintrc.cjs f58ff29341 07: Acronym. 2 months ago
.yarnrc.yml f58ff29341 07: Acronym. 2 months ago
HELP.md f58ff29341 07: Acronym. 2 months ago
README.md f58ff29341 07: Acronym. 2 months ago
acronym.test.ts f58ff29341 07: Acronym. 2 months ago
acronym.ts f58ff29341 07: Acronym. 2 months ago
babel.config.cjs f58ff29341 07: Acronym. 2 months ago
jest.config.cjs f58ff29341 07: Acronym. 2 months ago
package.json f58ff29341 07: Acronym. 2 months ago
tsconfig.json f58ff29341 07: Acronym. 2 months ago

README.md

Acronym

Welcome to Acronym on Exercism's TypeScript Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

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).

Punctuation is handled as follows: hyphens are word separators (like whitespace); all other punctuation can be removed from the input.

For example:

Input Output
As Soon As Possible ASAP
Liquid-crystal display LCD
Thank George It's Friday! TGIF

Source

Contributed to by

Based on

Julien Vanier - https://github.com/monkbroc