Sha256: 56a1543b20d06b441076fba43ef92447542aea79ddec44bdb7f6afd58bae0a7a

Contents?: true

Size: 1.02 KB

Versions: 84

Compression:

Stored size: 1.02 KB

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 JavaScript to install the
 necessary dependencies:

http://exercism.io/languages/javascript/installation

## Running the test suite

The provided test suite uses [Jasmine](https://jasmine.github.io/).
You can install it by opening a terminal window and running the
following command:

```sh
npm install -g jasmine
```

Run the test suite from the exercise directory with:

```sh
jasmine acronym.spec.js
```

In many test suites all but the first test have been marked "pending".
Once you get a test passing, activate the next one by changing `xit` to `it`.

## 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

84 entries across 84 versions & 1 rubygems

Version Path
trackler-2.2.1.98 tracks/javascript/exercises/acronym/README.md
trackler-2.2.1.97 tracks/javascript/exercises/acronym/README.md
trackler-2.2.1.96 tracks/javascript/exercises/acronym/README.md
trackler-2.2.1.95 tracks/javascript/exercises/acronym/README.md